Home
last modified time | relevance | path

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

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h111 #define SYMSHARP 0120000 /* trailing '#' */ macro
112 #define IOSEEKSYM (SYMSHARP|'<')
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h108 #define SYMSHARP 0120000 /* trailing '#' */ macro
109 #define IOSEEKSYM (SYMSHARP|'<')
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h108 #define SYMSHARP 0120000 /* trailing '#' */ macro
109 #define IOSEEKSYM (SYMSHARP|'<')
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h144 #define SYMSHARP 0120000 // trailing '#' macro
145 #define IOSEEKSYM (SYMSHARP | '<')
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c1689 else if((token&SYMSHARP) == SYMSHARP) in inout()
1713 else if((token&SYMSHARP) == SYMSHARP) in inout()
H A Dlex.c616 c |= SYMSHARP; in sh_lex()
2088 case SYMSHARP: in fmttoken()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c1689 else if((token&SYMSHARP) == SYMSHARP) in inout()
1713 else if((token&SYMSHARP) == SYMSHARP) in inout()
H A Dlex.c616 c |= SYMSHARP; in sh_lex()
2088 case SYMSHARP: in fmttoken()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dparse.c1588 } else if ((token & SYMSHARP) == SYMSHARP) { in inout()
1612 } else if ((token & SYMSHARP) == SYMSHARP) { in inout()
H A Dlex.c518 c |= SYMSHARP; in sh_lex()
1830 case SYMSHARP: { in fmttoken()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c1774 else if((token&SYMSHARP) == SYMSHARP) in inout()
1798 else if((token&SYMSHARP) == SYMSHARP) in inout()
H A Dlex.c624 c |= SYMSHARP; in sh_lex()
2124 case SYMSHARP: in fmttoken()