Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dexec.c82 struct tblentry { struct
83 struct tblentry *next; /* next entry in hash chain */ argument
91 static struct tblentry *cmdtable[CMDTABLESIZE]; argument