Searched refs:test_unop (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
| H A D | test.c | 156 return(test_unop(tdata.sh,cp[1],argv[3])!=0); in b_test() 158 return(!test_unop(tdata.sh,argv[1][1],cp)); in b_test() 183 return(!test_unop(tdata.sh,cp[1],argv[2])); in b_test() 295 return(test_unop(tp->sh,op,cp)); in e3() 313 int test_unop(Shell_t *shp,register int op,register const char *arg) in test_unop() function
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
| H A D | test.h | 60 extern int test_unop(Shell_t*,int, const char*);
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
| H A D | xec.c | 2882 n = test_unop(shp,n,left); in sh_exec()
|