Searched refs:A_NOT (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/sh/ |
H A D | streval.c | 103 (c=='&'?A_AND:(c=='!'?A_NOT:(c=='('?A_LPAR: \ 286 case A_NOT: in arith_exec() 474 case A_NOT: case A_COLON: in gettok() 519 case A_NOT: in expr() 745 case A_NOT: case A_TILDE: 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: \ 327 case A_NOT: in arith_exec() 557 case A_NOT: case A_COLON: in gettok() 604 case A_NOT: in expr() 840 case A_NOT: case A_TILDE: in expr()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 111 #define A_NOT 3 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 118 #define A_NOT 3 macro
|