Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c31 const Shtable_t shtab_reserved[] = variable
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshtable.h61 extern const Shtable_t shtab_reserved[];
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dwhence.c159 if(sh_lookup(name,shtab_reserved)) in whence()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c1424 (c=sh_lookup(state,shtab_reserved))) in sh_lex()
1934 register const Shtable_t *tp=shtab_reserved; in fmttoken()