Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h105 #define SYMAMP 040000 /* trailing '&' */ macro
110 #define IOMOV0SYM (SYMAMP|'<')
111 #define IOMOV1SYM (SYMAMP|'>')
112 #define FALLTHRUSYM (SYMAMP|';')
113 #define COOPSYM (SYMAMP|'|')
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c593 c |= SYMAMP; in sh_lex()
2114 case SYMAMP: in fmttoken()