Searched refs:test_binop (Results 1 - 3 of 3) sorted by relevance
| /ast/src/cmd/ksh93/include/ |
| H A D | test.h | 62 extern int test_binop(Shell_t*,int, const char*, const char*);
|
| /ast/src/cmd/ksh93/bltins/ |
| H A D | test.c | 163 return(test_binop(tdata.sh,op,argv[1],argv[3])^(argc!=5)); 310 return(test_binop(tp->sh,op,arg,cp)); 464 int test_binop(Shell_t *shp,register int op,const char *left,const char *right) function
|
| /ast/src/cmd/ksh93/sh/ |
| H A D | xec.c | 2890 n = test_binop(shp,n,left,right);
|
Completed in 201 milliseconds