Lines Matching refs:tblentry
78 struct tblentry { struct
79 struct tblentry *next; /* next entry in hash chain */ argument
87 static struct tblentry *cmdtable[CMDTABLESIZE]; argument
92 static void printentry(struct tblentry *, int);
93 static struct tblentry *cmdlookup(const char *, int);
254 struct tblentry **pp; in hashcmd()
255 struct tblentry *cmdp; in hashcmd()
304 printentry(struct tblentry *cmdp, int verbose) in printentry()
349 struct tblentry *cmdp, loc_cmd; in find_command()
523 struct tblentry **tblp; in clearcmdentry()
524 struct tblentry **pp; in clearcmdentry()
525 struct tblentry *cmdp; in clearcmdentry()
565 static struct tblentry **lastcmdentry;
568 static struct tblentry *
571 struct tblentry *cmdp; in cmdlookup()
572 struct tblentry **pp; in cmdlookup()
584 cmdp = *pp = ckmalloc(sizeof (struct tblentry) + len + 1); in cmdlookup()
597 const struct tblentry *e = entry; in itercmd()
626 struct tblentry *cmdp; in delete_cmd_entry()
645 struct tblentry *cmdp; in addcmdentry()
685 struct tblentry *cmdp; in unsetfunc()
702 struct tblentry *cmdp; in isfunc()
732 struct tblentry *cmdp; in typecmd_impl()