Home
last modified time | relevance | path

Searched refs:TEST_PEQ (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dtest.h50 #define TEST_PEQ 14 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dtest.h51 #define TEST_PEQ 14 macro
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dtest.c477 case TEST_PEQ: in test_binop()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c483 case TEST_PEQ: in test_binop()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c2141 right = sh_macpat(shp,&(t->lst.lstrit->arg),((n==TEST_PEQ||n==TEST_PNE)?ARG_EXP:0)|OPTIMIZE); in sh_exec()
2174 if(type==TEST_PEQ || type==TEST_PNE) in sh_exec()
H A Dparse.c1838 num = TEST_PEQ; in test_primary()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c2858 right = sh_macpat(shp,&(t->lst.lstrit->arg),((n==TEST_PEQ||n==TEST_PNE)?ARG_EXP:0)|OPTIMIZE); in sh_exec()
2891 if(type==TEST_PEQ || type==TEST_PNE) in sh_exec()
H A Dparse.c1963 num = TEST_PEQ; in test_primary()