Lines Matching defs:special
54 static int special(const char *);
92 * pop a block handling special variables
320 if (special(vn))
373 if (special(vn))
392 /* special to dollar() */
1023 /* cannot special-case this */
1202 /* these special variables are not exported */
1218 * handle special variables with side effects - PATH, SECONDS.
1221 /* Test if name is a special parameter */
1223 special(const char *name)
1231 /* Make a variable non-special */
1256 switch ((st = special(vp->name))) {
1330 int st = special(vp->name);
1480 * AT&T ksh man page says OPTIND, OPTARG and _ lose special
1487 switch (special(vp->name)) {