Home
last modified time | relevance | path

Searched refs:SYMSEMI (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h107 #define SYMSEMI 0110000 /* trailing ';' */ macro
115 #define IORDWRSYMT (SYMSEMI|'<')
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c623 c |= SYMSEMI; in sh_lex()
2129 case SYMSEMI: in fmttoken()
H A Dparse.c1724 else if((token&SYMSEMI) == SYMSEMI) in inout()