Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/lib/libshell/common/include/
H A Dshlex.h93 #define ANDFSYM (SYMREP|'&') macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c533 while(t && ((token=lexp->token)==ANDFSYM || token==ORFSYM)) in list()
534 t = makelist(lexp,(token==ANDFSYM?TAND:TORF), t, term(lexp,SH_NL|SH_SEMI)); in list()
1773 while(lp->token==ANDFSYM) in test_and()
1845 else if(token==ANDFSYM||token==ORFSYM||token==ETESTSYM||token==RPAREN) in test_primary()