Searched refs:specials (Results 1 - 6 of 6) sorted by relevance

/src/bin/sh/
H A Dmkbuiltins80 specials=
112 specials="$specials $2 $func"
127 set -- $specials
/src/bin/chio/
H A Dchio.c125 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/
H A Dsbus.c348 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;
347 sbus_attach_common(struct sbus_softc * sc,const char * busname,int busnode,const char * const * specials) argument
/src/bin/ksh/
H A Dvar.c28 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/
H A Dsubr.c58 static int specials(void);
354 switch (specials()) { /* to 30000 */
423 specials(void) function in typeref:typename:int
/src/libexec/httpd/
H A Dbozohttpd.c179 } specials[] = { variable in typeref:struct:__anone67ef3200108[]
1954 for (i = 0; specials[i].file; i++) {
1955 if (strcmp(name, specials[i].file) == 0) {
1958 specials[i].name);

Completed in 9 milliseconds