Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dexec.c76 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()
[all …]