Searched refs:A_DIG (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/data/ |
H A D | strdata.c | 81 A_DIG, A_DIG, A_DIG, A_DIG, A_DIG, A_DIG, A_DIG, A_DIG, 82 A_DIG, A_DIG, A_COLO [all...] |
/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 148 #define A_DIG 33 macro
|
/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 101 # define getop(c) (isdigit(c)?A_DIG:((c==' '||c=='\t'||c=='\n'||c=='"')?0: \ 522 op = A_DIG; 528 op = A_DIG; 532 case A_DIG: case A_REG: case A_LIT: 624 if(op==A_DIG || op==A_REG || op==A_LIT) 869 if(op==A_DIG || op==A_LIT)
|
Completed in 20 milliseconds