Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h107 #define SYMSHARP 0120000 /* trailing '#' */ macro
108 #define IOSEEKSYM (SYMSHARP|'<')
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c1566 else if((token&SYMSHARP) == SYMSHARP) in inout()
1590 else if((token&SYMSHARP) == SYMSHARP) in inout()
H A Dlex.c591 c |= SYMSHARP; in sh_lex()
1962 case SYMSHARP: in fmttoken()