Home
last modified time | relevance | path

Searched refs:SH_RUNPROG (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h251 #define SH_RUNPROG -1022 /* needs to be negative and < 256 */ macro
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h262 #define SH_RUNPROG -1022 /* needs to be negative and < 256 */ macro
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h262 #define SH_RUNPROG -1022 /* needs to be negative and < 256 */ macro
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h262 #define SH_RUNPROG -1022 /* needs to be negative and < 256 */ macro
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h262 #define SH_RUNPROG -1022 /* needs to be negative and < 256 */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c1013 if(!nv_isattr(np,BLT_EXIT) && shp->exitval!=SH_RUNPROG) in sh_exec()
2821 return(SH_RUNPROG); in cmdrecurse()