Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h106 #define SYMSEMI 0110000 /* trailing ';' */ macro
114 #define IORDWRSYMT (SYMSEMI|'<')
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c594 c |= SYMSEMI; in sh_lex()
1965 case SYMSEMI: in fmttoken()
H A Dparse.c1592 else if((token&SYMSEMI) == SYMSEMI) in inout()