Home
last modified time | relevance | path

Searched refs:A_NOT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/data/
H A Dstrdata.c79 0, A_NOT, 0, A_REG, A_REG, A_MOD, A_AND, A_LIT,
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dstreval.c103 (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_44/usr/src/lib/libshell/common/include/
H A Dstreval.h111 #define A_NOT 3 macro