Home
last modified time | relevance | path

Searched refs:SYMAMP (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h104 #define SYMAMP 040000 /* trailing '&' */ macro
109 #define IOMOV0SYM (SYMAMP|'<')
110 #define IOMOV1SYM (SYMAMP|'>')
111 #define FALLTHRUSYM (SYMAMP|';')
112 #define COOPSYM (SYMAMP|'|')
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c564 c |= SYMAMP; in sh_lex()
1950 case SYMAMP: in fmttoken()