Home
last modified time | relevance | path

Searched refs:ANDFSYM (Results 1 – 4 of 4) sorted by relevance

/titanic_54/usr/src/cmd/sh/
H A Dsym.h51 #define ANDFSYM (SYMREP|'&') macro
H A Dcmd.c164 while (r && ((b = (wdval == ANDFSYM)) || wdval == ORFSYM)) in list()
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h94 #define ANDFSYM (SYMREP|'&') macro
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c550 while(t && ((token=lexp->token)==ANDFSYM || token==ORFSYM)) in list()
551 t = makelist(lexp,(token==ANDFSYM?TAND:TORF), t, term(lexp,SH_NL|SH_SEMI)); in list()
1898 while(lp->token==ANDFSYM) in test_and()
1970 else if(token==ANDFSYM||token==ORFSYM||token==ETESTSYM||token==RPAREN) in test_primary()