/openbsd-src/usr.bin/make/ |
H A D | make.c | 160 has_predecessor_left_to_build(GNode *gn) in has_predecessor_left_to_build() 182 requeue_successors(GNode *gn) in requeue_successors() 199 requeue(GNode *gn) in requeue() 306 try_to_make_node(GNode *gn) in try_to_make_node() 414 GNode *gn; in MakeStartJobs() local 426 GNode *gn = gnp; in MakePrintStatus() local 437 GNode *gn = to_addp; in MakeAddChild() local 461 GNode *gn; in add_targets_to_make() local 595 GNode *gn; in targets_contain_cycles() local 619 GNode *gn = NULL; in print_unlink_cycle() local [all …]
|
H A D | targ.c | 147 GNode *gn; in Targ_mk_node() local 193 GNode *gn; in Targ_FindNodei() local 214 GNode *gn; in Targ_mk_special_node() local 232 GNode *gn; in Targ_FindList() local 248 Targ_Ignore(GNode *gn) in Targ_Ignore() 257 Targ_Silent(GNode *gn) in Targ_Silent() 266 Targ_Precious(GNode *gn) in Targ_Precious() 275 node_is_real(GNode *gn) in node_is_real() 321 status_to_string(GNode *gn) in status_to_string()
|
H A D | engine.c | 119 node_find_valid_commands(GNode *gn) in node_find_valid_commands() 163 list_parents(GNode *gn, FILE *out) in list_parents() 183 node_failure(GNode *gn) in node_failure() 239 Job_Touch(GNode *gn) in Job_Touch() 287 GNode *gn; /* A child of the .USE node */ in Make_HandleUse() local 331 Make_DoAllVar(GNode *gn) in Make_DoAllVar() 421 Make_OODate(GNode *gn) in Make_OODate() 602 run_gnode(GNode *gn) in run_gnode() 703 GNode *gn = job->node; in job_run_next() local
|
H A D | targequiv.c | 85 add_to_equiv_list(struct ohash *equiv, GNode *gn) in add_to_equiv_list() 115 GNode *gn; in build_equivalence() local 155 kludge_look_harder_for_target(GNode *gn) in kludge_look_harder_for_target() 179 attach_node(GNode *gn, GNode *extra) in attach_node() 400 find_siblings(GNode *gn) in find_siblings() 430 look_harder_for_target(GNode *gn) in look_harder_for_target() 446 is_sibling(GNode *gn, GNode *gn2) in is_sibling()
|
H A D | parse.c | 295 GNode *gn = *gnp; in ParseDoOp() local 354 ParseDoSpecial(GNode *gn, unsigned int special_op) in ParseDoSpecial() 389 apply_op(struct growableArray *targets, unsigned int op, GNode *gn) in apply_op() 419 GNode *gn = Targ_FindNodei(src, esrc, TARG_CREATE); in ParseDoSrc() local 505 GNode *gn = gnp; in ParseFindMain() local 533 GNode *gn; in add_target_node() local 960 GNode *gn; in ParseDoDependency() local 1021 GNode *gn = gnp; in ParseAddCmd() local 1039 GNode *gn = gnp; in ParseHasCommands() local 1414 register_target(GNode *gn, struct ohash *t) in register_target() [all …]
|
H A D | dump.c | 85 const GNode *gn = gnp; in TargPrintName() local 90 TargPrintOnlySrc(GNode *gn) in TargPrintOnlySrc() 103 TargPrintNode(GNode *gn, bool full) in TargPrintNode()
|
H A D | suff.c | 476 GNode *gn; /* GNode of transformation rule */ in Suff_ParseAsTransform() local 569 find_suffix_path(GNode *gn) in find_suffix_path() 581 GNode *gn; in build_suffixes_graph() local 910 GNode *gn; /* Node for same */ in SuffApplyTransform() local 991 GNode *gn, /* Node for which to locate dependencies */ in SuffFindArchiveDeps() 1075 record_possible_suffix(Suff *s, GNode *gn, char *eoname, Lst srcs, Lst targs) in record_possible_suffix() 1106 record_possible_suffixes(GNode *gn, Lst srcs, Lst targs) in record_possible_suffixes() 1143 GNode *gn, /* Node for which to find sources */ in SuffFindNormalDeps() 1413 Suff_FindDeps(GNode *gn) in Suff_FindDeps() 1423 SuffFindDeps(GNode *gn, Lst slst) in SuffFindDeps()
|
H A D | garray.h | 51 #define Array_AtEnd(l, gn) \ argument 62 #define Array_Push(l, gn) Array_AtEnd(l, gn) argument 67 #define Array_PushNew(l, gn) \ argument
|
H A D | compat.c | 73 GNode *gn = gnp; in CompatMake() local 262 GNode *gn = NULL; /* Current root target */ in Compat_Run() local
|
H A D | expandchildren.c | 78 GNode *gn; /* New source 8) */ in ExpandVarChildren() local 182 GNode *gn; /* New source 8) */ in ExpandWildChildren() local
|
H A D | arch.c | 205 GNode *gn; in add_archive_node() local 854 Arch_Touch(GNode *gn) in Arch_Touch() 860 Arch_MTime(GNode *gn) in Arch_MTime() 869 Arch_MemMTime(GNode *gn) in Arch_MemMTime()
|
H A D | expandchildren.h | 13 #define expand_all_children(gn) \ argument
|
H A D | enginechoice.c | 54 engine_node_updated(GNode *gn) in engine_node_updated()
|
H A D | var.h | 72 #define Var(idx, gn) ((gn)->localvars.locals[idx]) argument
|
H A D | gnode.h | 165 #define has_been_built(gn) \ argument 167 #define should_have_file(gn) \ argument
|
H A D | cond.c | 321 GNode *gn; in CondDoTarget() local 342 GNode *gn; in CondDoTargetWithCommands() local
|
H A D | dir.c | 699 Dir_MTime(GNode *gn) in Dir_MTime()
|
H A D | main.c | 632 run_node(GNode *gn, bool *has_errors, bool *out_of_date) in run_node()
|
H A D | job.c | 694 Job_Make(GNode *gn) in Job_Make()
|
/openbsd-src/sys/dev/ |
H A D | softraid_raid6.c | 80 int gn; member 733 void *qbuf, int gn) in sr_raid6_addio() 792 sr_raid6_xorq(void *q, void *d, int len, int gn) in sr_raid6_xorq() 837 gf_premul(uint8_t gn) in gf_premul()
|
/openbsd-src/gnu/llvm/llvm/utils/gn/ |
H A D | get.py | 11 def download_and_unpack(url, output_dir, gn): argument
|
/openbsd-src/games/hack/ |
H A D | hack.do_name.c | 272 { char *gn = (char *) mtmp->mextra; in xmonnam() local
|
/openbsd-src/usr.bin/sed/ |
H A D | compile.c | 551 int gn; /* True if we have seen g or n */ compile_flags() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | symbol.c | 898 ffename gn; in ffesymbol_reference() local
|
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
H A D | lang.h | 37 ga, gd, gl, gn, gu, enumerator
|