Home
last modified time | relevance | path

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

/original-bsd/old/sh/
H A Dsym.h26 #define SYMREP 04000 macro
27 #define ECSYM (SYMREP|';')
28 #define ANDFSYM (SYMREP|'&')
29 #define ORFSYM (SYMREP|'|')
30 #define APPSYM (SYMREP|'>')
31 #define DOCSYM (SYMREP|'<')
H A Dword.c68 THEN wdval = c|SYMREP; in word()
H A Dcmd.c390 ELSE IF sym&SYMREP THEN prc(sym) FI in prsym()
/original-bsd/local/toolchest/ksh/sh/
H A Dsym.h41 #define SYMREP 04000 macro
42 #define ECSYM (SYMREP|';')
43 #define ANDFSYM (SYMREP|'&')
44 #define ORFSYM (SYMREP|'|')
45 #define APPSYM (SYMREP|'>')
46 #define DOCSYM (SYMREP|'<')
H A Dword.c222 wdval = c|SYMREP; in word()
H A Dcmd.c676 if(sym&SYMREP)