Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c8214 struct tblentry { struct
8215 struct tblentry *next; /* next entry in hash chain */ argument
8222 static struct tblentry **cmdtable; argument
8348 printentry(struct tblentry *cmdp) in printentry()
8369 struct tblentry **tblp; in clearcmdentry()
8370 struct tblentry **pp; in clearcmdentry()
8371 struct tblentry *cmdp; in clearcmdentry()
8402 static struct tblentry **lastcmdentry;
8404 static struct tblentry *
8409 struct tblentry *cmdp; in cmdlookup()
[all …]