Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sh/
H A Dsym.h49 #define SYMREP 04000 macro
50 #define ECSYM (SYMREP|';')
51 #define ANDFSYM (SYMREP|'&')
52 #define ORFSYM (SYMREP|'|')
53 #define APPSYM (SYMREP|'>')
54 #define DOCSYM (SYMREP|'<')
H A Dword.c209 wdval = c | SYMREP; in word()
H A Dcmd.c594 if (sym & SYMREP) in prsym()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshlex.h91 #define SYMREP 01000 /* symbols for doubled characters */ macro
92 #define BREAKCASESYM (SYMREP|';')
93 #define ANDFSYM (SYMREP|'&')
94 #define ORFSYM (SYMREP|'|')
95 #define IOAPPSYM (SYMREP|'>')
96 #define IODOCSYM (SYMREP|'<')
97 #define EXPRSYM (SYMREP|'(')
98 #define BTESTSYM (SYMREP|'[')
99 #define ETESTSYM (SYMREP|']')
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c544 c |= SYMREP; in sh_lex()
1944 if(sym&SYMREP) in fmttoken()
H A Dparse.c691 lexp->token = RPAREN|SYMREP; in arithfor()