/src/bin/sh/ |
mkbuiltins | 80 specials= 112 specials="$specials $2 $func" 127 set -- $specials
|
/src/bin/chio/ |
chio.c | 125 const struct special_word specials[] = { variable in typeref:typename:const struct special_word[] 799 for (i = 0; specials[i].sw_name != NULL; ++i) 800 if (strcmp(specials[i].sw_name, cp) == 0) 801 return (specials[i].sw_value);
|
/src/sys/arch/sparc/dev/ |
sbus.c | 348 const char * const *specials) 402 * `specials' is an array of device names that are treated 406 for (ssp = specials ; ssp != NULL && *(sp = *ssp) != 0; ssp++) { 423 for (ssp = specials, sp = NULL;
|
/src/bin/ksh/ |
var.c | 28 static struct table specials; variable in typeref:struct:table 126 tinit(&specials, APERM, 32); /* must be 2^n (currently 17 specials) */ 128 tp = tenter(&specials, names[i].name, hash(names[i].name)); 929 tp = mytsearch(&specials, name, hash(name)); 940 tp = mytsearch(&specials, name, hash(name));
|
/src/games/adventure/ |
subr.c | 58 static int specials(void); 354 switch (specials()) { /* to 30000 */ 423 specials(void) function in typeref:typename:int
|
/src/libexec/httpd/ |
bozohttpd.c | 179 } specials[] = { variable in typeref:struct:__anon01de0cfa0108[] 1954 for (i = 0; specials[i].file; i++) { 1955 if (strcmp(name, specials[i].file) == 0) { 1958 specials[i].name);
|