HomeSort by: relevance | last modified time | path
    Searched defs:tblentry (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
exec.c 89 struct tblentry { struct
90 struct tblentry *next; /* next entry in hash chain */
100 STATIC struct tblentry *cmdtable[CMDTABLESIZE];
106 STATIC void printentry(struct tblentry *, int);
109 STATIC struct tblentry *cmdlookup(const char *, int);
401 struct tblentry **pp;
402 struct tblentry *cmdp;
508 printentry(struct tblentry *cmdp, int verbose)
570 struct tblentry *cmdp, loc_cmd;
806 struct tblentry *cmdp
    [all...]

Completed in 12 milliseconds