Searched refs:oldvalue (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | make.h | 88 #define getold(name) ((char*)hashget(table.oldvalue,(name))) 99 #define putold(name,v) hashput(table.oldvalue,(char*)(name),(char*)(v)) 715 Hash_table_t* oldvalue; /* old variable values */ member in struct:Tables_s
|
H A D | bind.c | 158 table.oldvalue = hashalloc(NiL, HASH_name, "old-values", 0); 162 table.oldvalue = hashalloc(table.file, HASH_name, "old-values", 0); 163 table.rule = hashalloc(table.oldvalue, HASH_name, "atoms", 0); 165 table.var = hashalloc(table.oldvalue, HASH_name, "variables", 0);
|
Completed in 20 milliseconds