/src/usr.bin/make/unit-tests/ |
opt-debug-for.mk | 20 . for inner in 1 2 21 VAR.${outer}${inner}= value
|
directive-include-guard.mk | 419 # The inner '.if' directives may have an '.elif' or '.else', and it doesn't 421 CASES+= inner-if-elif-else 422 LINES.inner-if-elif-else= \ 438 # expect: Parse_PushInput: inner-if-elif-else.tmp:1 439 # expect: Skipping 'inner-if-elif-else.tmp' because 'INNER_IF_ELIF_ELSE' is defined
|
/src/tests/usr.bin/indent/ |
opt_bacc.c | 94 #if inner 111 #ifdef inner 112 int inner; variable in typeref:typename:int 122 #ifdef inner 123 int inner; variable in typeref:typename:int
|
/src/sys/kern/ |
kern_runq.c | 516 /* In the inner loop scroll through all CPUs in package. */ 818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci; local in function:sched_idle 878 /* In the inner loop scroll through all CPUs in package. */ 879 inner = outer; 882 tspc = &inner->ci_schedstate; 883 if (ci == inner || ci == mci || 888 spc_dlock(ci, inner); 889 l = sched_catchlwp(inner); 895 } while (inner = inner->ci_sibling[CPUREL_PACKAGE] [all...] |
/src/usr.sbin/sysinst/ |
target.c | 168 struct disk_partitions *parts, *inner; local in function:target_already_root 195 inner = pm->parts->pscheme->secondary_partitions(parts, 197 if (inner != NULL) 198 parts = inner;
|
/src/usr.bin/unifdef/ |
unifdef.c | 701 * calls the inner function with its first argument pointing to the next 706 eval_fn *inner; member in struct:ops 804 if (ops->inner(ops+1, valp, &cp) == LT_IF) 815 if (ops->inner(ops+1, &val, &cp) == LT_IF)
|
/src/tests/usr.bin/xlint/lint1/ |
init_c99.c | 518 union inner { union in struct:outer 658 * from non-constant expressions of the inner struct type. 688 struct Inner1 inner; member in struct:init_nested_struct::Outer3Inner1 710 struct Inner2 inner; member in struct:init_nested_struct::Outer3Inner2
|