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

/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

Completed in 18 milliseconds