Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dexec.c89 struct tblentry { struct
90 struct tblentry *next; /* next entry in hash chain */ argument
100 STATIC struct tblentry *cmdtable[CMDTABLESIZE]; argument