Searched refs:ISSPECL (Results 1 – 2 of 2) sorted by relevance
103 set('#', ISSPECL)104 set('?', ISSPECL)105 set('$', ISSPECL)106 set('!', ISSPECL)107 set('-', ISSPECL)108 set('*', ISSPECL)109 set('@', ISSPECL)
66 #define ISSPECL 020 /* the name of a special parameter */ macro87 #define is_special(c) (sh_ctype(c) & (ISSPECL|ISDIGIT))