Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h41 #define FPOSIX (02<<COMBITS) /* posix semantics function */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c286 if(t->tre.tretyp&FPOSIX) in p_tree()
H A Dparse.c740 t->funct.functtyp |= FPOSIX; in funct()
780 t->funct.functtyp |= FPOSIX; in funct()
786 if(t->funct.functtyp&FPOSIX) in funct()
H A Dxec.c2106 if(type&FPOSIX) in sh_exec()