Searched refs:A_AND (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | strdata.c | 79 0, A_NOT, 0, A_REG, A_REG, A_MOD, A_AND, A_LIT,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | strdata.c | 79 0, A_NOT, 0, A_REG, A_REG, A_MOD, A_AND, A_LIT,
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 114 #define A_AND 6 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 121 #define A_AND 6 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 103 (c=='&'?A_AND:(c=='!'?A_NOT:(c=='('?A_LPAR: \ 353 case A_AND: in arith_exec() 480 case A_OR: case A_AND: in gettok() 735 case A_AND: case A_OR: case A_XOR: case A_LSHIFT: in expr()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 105 (c=='&'?A_AND:(c=='!'?A_NOT:(c=='('?A_LPAR: \ 398 case A_AND: in arith_exec() 563 case A_OR: case A_AND: in gettok() 830 case A_AND: case A_OR: case A_XOR: case A_LSHIFT: in expr()
|