Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h155 #define LBRACT '[' macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c416 c = LBRACT; in sh_lex()
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()
860 if(isaletter(n) || n==LBRACT) in sh_lex()
1275 if(n==LBRACT) in sh_lex()
1413 else if(!lp->lex.incase && c==LBRACT && state[1]==LBRACT) in sh_lex()
H A Dmacro.c1147 while(c==LBRACT && (type||mp->arrayok)) in varsub()
1157 if(c=='.' || c==LBRACT) in varsub()
1159 sfputc(stkp,LBRACT); in varsub()
1171 sfputc(stkp,LBRACT); in varsub()