Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h42 #define FPOSIX (02<<COMBITS) /* posix semantics function */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c295 if(t->tre.tretyp&FPOSIX) in p_tree()
H A Dparse.c772 t->funct.functtyp |= FPOSIX; in funct()
812 t->funct.functtyp |= FPOSIX; in funct()
818 if(t->funct.functtyp&FPOSIX) in funct()
H A Dxec.c2819 if(type&FPOSIX) in sh_exec()