Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h108 #define SYMSHARP 0120000 /* trailing '#' */ macro
109 #define IOSEEKSYM (SYMSHARP|'<')
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1698 else if((token&SYMSHARP) == SYMSHARP) in inout()
1722 else if((token&SYMSHARP) == SYMSHARP) in inout()
H A Dlex.c620 c |= SYMSHARP; in sh_lex()
2126 case SYMSHARP: in fmttoken()