Home
last modified time | relevance | path

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

/titanic_44/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_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/include/
H A Dstreval.h161 #define A_LIT 53 macro