Searched refs:tblentry (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dexec.c89 struct tblentry { struct
90 struct tblentry *next; /* next entry in hash chain */
98 STATIC struct tblentry *cmdtable[CMDTABLESIZE];
105 STATIC void printentry(struct tblentry *, int);
107 STATIC struct tblentry *cmdlookup(const char *, int);
333 struct tblentry **pp;
334 struct tblentry *cmdp;
377 printentry(struct tblentry *cmdp, int verbose)
429 struct tblentry *cmdp, loc_cmd;
653 struct tblentry *cmd
[all...]

Completed in 3 milliseconds