HomeSort by: relevance | last modified time | path
    Searched defs:global_variable_set (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.c 141 static struct variable_set global_variable_set;
143 = { 0, &global_variable_set };
152 hash_init (&global_variable_set.table, VARIABLE_BUCKETS,
174 set = &global_variable_set;
290 && global_variable_set.table.ht_fill != last_var_count)
295 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec;
296 struct variable **end = &vp[global_variable_set.table.ht_size];
330 last_var_count = global_variable_set.table.ht_fill;
903 &global_variable_set);
1465 print_variable_set (&global_variable_set, "");
140 static struct variable_set global_variable_set; variable in typeref:struct:variable_set
    [all...]

Completed in 16 milliseconds