Lines Matching refs:tblentry
76 struct tblentry { struct
77 struct tblentry *next; /* next entry in hash chain */ argument
85 static struct tblentry *cmdtable[CMDTABLESIZE]; argument
90 static void printentry(struct tblentry *, int);
91 static struct tblentry *cmdlookup(const char *, int);
252 struct tblentry **pp; in hashcmd()
253 struct tblentry *cmdp; in hashcmd()
302 printentry(struct tblentry *cmdp, int verbose) in printentry()
347 struct tblentry *cmdp, loc_cmd; in find_command()
521 struct tblentry **tblp; in clearcmdentry()
522 struct tblentry **pp; in clearcmdentry()
523 struct tblentry *cmdp; in clearcmdentry()
563 static struct tblentry **lastcmdentry;
566 static struct tblentry *
569 struct tblentry *cmdp; in cmdlookup()
570 struct tblentry **pp; in cmdlookup()
582 cmdp = *pp = ckmalloc(sizeof (struct tblentry) + len + 1); in cmdlookup()
595 const struct tblentry *e = entry; in itercmd()
624 struct tblentry *cmdp; in delete_cmd_entry()
643 struct tblentry *cmdp; in addcmdentry()
683 struct tblentry *cmdp; in unsetfunc()
700 struct tblentry *cmdp; in isfunc()
730 struct tblentry *cmdp; in typecmd_impl()