Home
last modified time | relevance | path

Searched defs: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