Searched refs:test_binop (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dtest.h62 extern int test_binop(Shell_t*,int, const char*, const char*);
/ast/src/cmd/ksh93/bltins/
H A Dtest.c163 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 Dxec.c2890 n = test_binop(shp,n,left,right);

Completed in 23 milliseconds