Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h103 #define SYMLPAR 020000 /* trailing LPAREN */ macro
116 #define IPROCSYM (SYMLPAR|'<')
117 #define OPROCSYM (SYMLPAR|'>')
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c569 c |= SYMLPAR; in sh_lex()
1959 case SYMLPAR: in fmttoken()