Lines Matching refs:wd

81 #define next_word(fp, wd) \  argument
86 wd = word; \
287 const char *wd; in read_files() local
313 wd = get_word(fp); in read_files()
314 if (wd == (char *)EOF) { in read_files()
323 if (wd == 0) { in read_files()
329 if (*wd == '#') { in read_files()
330 while ((wd = get_word(fp)) && wd != (char *)EOF) { in read_files()
336 this = ns(wd); in read_files()
337 next_word(fp, wd); in read_files()
338 if (wd == 0) { in read_files()
353 if (eq(wd, "standard")) { in read_files()
356 if (!eq(wd, "optional")) { in read_files()
365 next_word(fp, wd); in read_files()
366 if (wd == 0) { in read_files()
369 if (eq(wd, "not")) { in read_files()
373 devorprof = wd; in read_files()
374 if (eq(wd, "device-driver") || eq(wd, "profiling-routine")) { in read_files()
375 next_word(fp, wd); in read_files()
378 if (eq(wd, "xnu-library")) { in read_files()
382 if (eq(wd, "bound-checks")) { in read_files()
386 if (eq(wd, "bound-checks-soft")) { in read_files()
394 if (eq(wd, "bound-checks-debug")) { in read_files()
404 needs = ns(wd); in read_files()
422 tdev.d_name = ns(wd); in read_files()
428 char *od = allCaps(ns(wd)); in read_files()
453 if (eq(dp->d_name, wd) && (dp->d_type != PSEUDO_DEVICE || dp->d_slave)) { in read_files()
465 if (op->op_value == 0 && opteq(op->op_name, wd)) { in read_files()
475 while ((wd = get_word(fp)) != 0) { in read_files()
495 if (wd) { in read_files()
496 if (*wd == '|') { in read_files()
499 next_word(fp, wd); in read_files()
500 while (wd) { in read_files()
501 if (eq(wd, "xnu-library")) { in read_files()
503 next_word(fp, wd); in read_files()
506 if (eq(wd, "bound-checks")) { in read_files()
508 next_word(fp, wd); in read_files()
511 if (eq(wd, "bound-checks-soft")) { in read_files()
517 next_word(fp, wd); in read_files()
520 if (eq(wd, "bound-checks-debug")) { in read_files()
526 next_word(fp, wd); in read_files()
530 devorprof = wd; in read_files()
531 next_word(fp, wd); in read_files()
538 if (wd) { in read_files()
539 if (*wd == '|') { in read_files()