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

/ast/src/cmd/ksh93/data/
H A Dtestops.c165 const char test_opchars[] = "HLNRSVOGCaeohrwxdcbfugkv" variable
/ast/src/cmd/ksh93/include/
H A Dtest.h65 extern const char test_opchars[];
/ast/src/cmd/ksh93/bltins/
H A Dtest.c290 if(op==0 || !strchr(test_opchars+10,op))
294 if(strchr(test_opchars,op))

Completed in 14 milliseconds