Home
last modified time | relevance | path

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

/dflybsd-src/bin/sh/
H A Dexec.c84 struct tblentry { struct
85 struct tblentry *next; /* next entry in hash chain */ argument
93 static struct tblentry *cmdtable[CMDTABLESIZE]; argument