Lines Matching refs:tblentry
82 struct tblentry { struct
83 struct tblentry *next; /* next entry in hash chain */ argument
91 static struct tblentry *cmdtable[CMDTABLESIZE]; argument
96 static void printentry(struct tblentry *, int);
97 static struct tblentry *cmdlookup(const char *, int);
258 struct tblentry **pp; in hashcmd()
259 struct tblentry *cmdp; in hashcmd()
308 printentry(struct tblentry *cmdp, int verbose) in printentry()
353 struct tblentry *cmdp, loc_cmd; in find_command()
527 struct tblentry **tblp; in clearcmdentry()
528 struct tblentry **pp; in clearcmdentry()
529 struct tblentry *cmdp; in clearcmdentry()
556 static struct tblentry **lastcmdentry;
559 static struct tblentry *
564 struct tblentry *cmdp; in cmdlookup()
565 struct tblentry **pp; in cmdlookup()
581 cmdp = *pp = ckmalloc(sizeof (struct tblentry) + len + 1); in cmdlookup()
598 struct tblentry *cmdp; in delete_cmd_entry()
617 struct tblentry *cmdp; in addcmdentry()
657 struct tblentry *cmdp; in unsetfunc()
674 struct tblentry *cmdp; in isfunc()
704 struct tblentry *cmdp; in typecmd_impl()