Home
last modified time | relevance | path

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

/minix3/bin/sh/
H A Dsyntax.c98 set('#', ISSPECL)
99 set('?', ISSPECL)
100 set('$', ISSPECL)
101 set('!', ISSPECL)
102 set('-', ISSPECL)
103 set('*', ISSPECL)
104 set('@', ISSPECL)
H A Dsyntax.h58 #define ISSPECL 020 /* the name of a special parameter */ macro
76 #define is_special(c) ((is_type+SYNBASE)[c] & (ISSPECL|ISDIGIT))