Home
last modified time | relevance | path

Searched refs:ISSPECL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/sh/pregenerated/
H A Dsyntax.c185 [SYNBASE + '#'] = ISSPECL,
186 [SYNBASE + '?'] = ISSPECL,
187 [SYNBASE + '$'] = ISSPECL,
188 [SYNBASE + '!'] = ISSPECL,
189 [SYNBASE + '-'] = ISSPECL,
190 [SYNBASE + '*'] = ISSPECL,
191 [SYNBASE + '@'] = ISSPECL,
H A Dsyntax.h32 #define ISSPECL 020 /* the name of a special parameter */ macro
48 #define is_special(c) ((is_type+SYNBASE)[(int)c] & (ISSPECL|ISDIGIT))