Searched refs:pgn (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/usr.bin/make/
H A Dmake.c380 PretendAllChildrenAreMade(GNode *pgn) argument
384 for (ln = pgn->children.first; ln != NULL; ln = ln->next) {
389 GNode_UpdateYoungestChild(pgn, cgn);
390 pgn->unmade--;
406 * pgn The target node
409 Make_HandleUse(GNode *cgn, GNode *pgn) argument
423 Lst_IsEmpty(&pgn->commands)) {
426 Lst_PrependAll(&pgn->commands, &cgn->commands);
429 Lst_AppendAll(&pgn->commands, &cgn->commands);
446 gn->name = Var_Subst(gn->uname, pgn, VARE_EVA
477 MakeHandleUse(GNode *cgn, GNode *pgn, GNodeListNode *ln) argument
602 GNode *pgn = ln->datum; local
714 GNode *pgn = ln->datum; local
841 MakeAddAllSrc(GNode *cgn, GNode *pgn) argument
1343 GNode *pgn; /* 'parent' node we are examining */ local
1357 Lst_Prepend(Targ_List(), pgn); local
[all...]
H A Dcompat.c447 MakeInRandomOrder(GNode **gnodes, GNode **end, GNode *pgn) argument
461 Compat_Make(*it, pgn);
465 MakeWaitGroupsInRandomOrder(GNodeList *gnodes, GNode *pgn) argument
481 MakeInRandomOrder(nodes + start, nodes + i, pgn);
482 Compat_Make(nodes[i], pgn);
486 MakeInRandomOrder(nodes + start, nodes + i, pgn);
492 MakeNodes(GNodeList *gnodes, GNode *pgn) argument
499 MakeWaitGroupsInRandomOrder(gnodes, pgn);
505 Compat_Make(cgn, pgn);
510 MakeUnmade(GNode *gn, GNode *pgn) argument
621 MakeOther(GNode *gn, GNode *pgn) argument
669 Compat_Make(GNode *gn, GNode *pgn) argument
[all...]
H A Dsuff.c1205 ExpandWildcards(GNodeListNode *cln, GNode *pgn) argument
1229 Lst_InsertBefore(&pgn->children, cln, gn);
1230 Lst_Append(&gn->parents, pgn);
1231 pgn->unmade++;
1242 pgn->unmade--;
1243 Lst_Remove(&pgn->children, cln);
1244 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn));
1255 ExpandChildrenRegular(char *p, GNode *pgn, GNodeList *members) argument
1277 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE);
1319 * pgn Paren
1322 ExpandChildren(GNodeListNode *cln, GNode *pgn) argument
[all...]
H A Darch.c821 GNode *pgn = ln->datum; local
823 if (pgn->type & OP_ARCHV) {
832 const char *nameStart = strchr(pgn->name, '(') + 1;
836 if (pgn->flags.remake &&
838 Arch_UpdateMTime(pgn);
839 gn->mtime = pgn->mtime;
841 } else if (pgn->flags.remake) {
H A Dparse.c623 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) argument
625 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts))
626 pgn = pgn->cohorts.last->datum;
628 Lst_Append(&pgn->children, cgn);
629 pgn->unmade++;
636 Lst_Append(&cgn->parents, pgn);
640 pgn->name, cgn->name);
641 Targ_PrintNode(pgn,
[all...]
/netbsd-current/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex1156 \newcount\pgn
1315 goto name{\pdfmkpgn{\the\pgn}}%
1333 \def\ppn#1{\pgn=#1\gobble}
1334 \def\ppnn{\pgn=\first}
/netbsd-current/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex1156 \newcount\pgn
1315 goto name{\pdfmkpgn{\the\pgn}}%
1333 \def\ppn#1{\pgn=#1\gobble}
1334 \def\ppnn{\pgn=\first}
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex1164 \newcount\pgn
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex1084 \newcount\pgn
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex1254 \newcount\pgn
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex1083 \newcount\pgn
/netbsd-current/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex1254 \newcount\pgn
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex1254 \newcount\pgn
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex1084 \newcount\pgn
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex1083 \newcount\pgn
/netbsd-current/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex1254 \newcount\pgn
/netbsd-current/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex1254 \newcount\pgn
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex1084 \newcount\pgn
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex1084 \newcount\pgn
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dtexinfo.tex1083 \newcount\pgn

Completed in 395 milliseconds