/src/games/adventure/ |
subr.c | 58 static int specials(void); 354 switch (specials()) { /* to 30000 */ 423 specials(void) function in typeref:typename:int
|
/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/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/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);
|