Searched refs:tblentry (Results 1 – 1 of 1) sorted by relevance
76 struct tblentry { struct77 struct tblentry *next; /* next entry in hash chain */ argument85 static struct tblentry *cmdtable[CMDTABLESIZE]; argument90 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()[all …]