Home
last modified time | relevance | path

Searched refs:A_LIT (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c106 (c=='\''?A_LIT: \
455 case A_DIG: case A_REG: case A_LIT: in gettok()
545 if(op==A_DIG || op==A_REG || op==A_LIT) in expr()
753 op = A_LIT; in expr()
759 if(op==A_LIT) in expr()
779 ERROR(vp,op==A_LIT?e_charconst:e_synbad); in expr()
781 if(op==A_DIG || op==A_LIT) in expr()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c108 (c=='\''?A_LIT: \
538 case A_DIG: case A_REG: case A_LIT: in gettok()
630 if(op==A_DIG || op==A_REG || op==A_LIT) in expr()
848 op = A_LIT; in expr()
854 if(op==A_LIT) in expr()
874 ERROR(vp,op==A_LIT?e_charconst:e_synbad); in expr()
876 if(op==A_DIG || op==A_LIT) in expr()
/titanic_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dstrdata.c79 0, A_NOT, 0, A_REG, A_REG, A_MOD, A_AND, A_LIT,
/titanic_51/usr/src/lib/libshell/common/include/
H A Dstreval.h161 #define A_LIT 53 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h168 #define A_LIT 53 macro