Home
last modified time | relevance | path

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

/netbsd/src/bin/sh/
Dsyntax.c103 set('#', ISSPECL)
104 set('?', ISSPECL)
105 set('$', ISSPECL)
106 set('!', ISSPECL)
107 set('-', ISSPECL)
108 set('*', ISSPECL)
109 set('@', ISSPECL)
Dsyntax.h66 #define ISSPECL 020 /* the name of a special parameter */ macro
87 #define is_special(c) (sh_ctype(c) & (ISSPECL|ISDIGIT))