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

/freebsd-9.3-release/usr.bin/make/
H A Dmake.c114 Make_TimeStamp(GNode *pgn, GNode *cgn) argument
117 if (cgn->mtime > pgn->cmtime) {
118 pgn->cmtime = cgn->mtime;
119 pgn->cmtime_gn = cgn;
291 Make_HandleUse(GNode *cgn, GNode *pgn) argument
297 if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) {
302 Lst_Concat(&pgn->commands, &cgn->commands, LST_CONCNEW);
309 if (Lst_Member(&pgn->children, gn) == NULL) {
310 Lst_AtEnd(&pgn->children, gn);
311 Lst_AtEnd(&gn->parents, pgn);
357 GNode *pgn; /* the parent node */ local
608 GNode *pgn = Lst_Datum(ln); local
[all...]
H A Djob.h76 int Compat_Make(struct GNode *gn, struct GNode *pgn);
H A Darch.c1083 GNode *pgn; local
1088 pgn = Lst_Datum(ln);
1090 if (pgn->type & OP_ARCHV) {
1099 nameStart = strchr(pgn->name, '(') + 1;
1102 if (pgn->make && strncmp(nameStart, gn->name,
1104 gn->mtime = Arch_MTime(pgn);
1106 } else if (pgn->make) {
H A Djob.c3088 Compat_Make(GNode *gn, GNode *pgn) argument
3093 Make_HandleUse(gn, pgn);
3111 pgn->make = FALSE;
3115 if (Lst_Member(&gn->iParents, pgn) != NULL) {
3116 Var_Set(IMPSRC, Var_Value(TARGET, gn), pgn);
3250 pgn->childMade = TRUE;
3251 Make_TimeStamp(pgn, gn);
3255 pgn->make = FALSE;
3266 pgn->make = FALSE;
3268 if (Lst_Member(&gn->iParents, pgn) !
[all...]
H A Dparse.c431 * children list of cgn. the unmade field of pgn is updated
439 GNode *pgn; local
442 pgn = Lst_Datum(ln);
443 if (Lst_Member(&pgn->children, cgn) == NULL) {
444 Lst_AtEnd(&pgn->children, cgn);
446 Lst_AtEnd(&cgn->parents, pgn);
448 pgn->unmade += 1;
/freebsd-9.3-release/sys/netinet/
H A Din_pcbgroup.c111 u_int numpcbgroups, pgn; local
141 for (pgn = 0; pgn < pcbinfo->ipi_npcbgroups; pgn++) {
142 pcbgroup = &pcbinfo->ipi_pcbgroups[pgn];
152 pcbgroup->ipg_cpu = (pgn % mp_ncpus);
160 u_int pgn; local
165 for (pgn = 0; pgn < pcbinfo->ipi_npcbgroups; pgn
245 u_int pgn; local
266 u_int pgn; local
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dmake.c161 * pgn the current parent
173 Make_TimeStamp(GNode *pgn, GNode *cgn) argument
175 if (pgn->cmgn == NULL || cgn->mtime > pgn->cmgn->mtime) {
176 pgn->cmgn = cgn;
183 * pgn the current parent
188 MakeTimeStamp(void *pgn, void *cgn) argument
190 return Make_TimeStamp((GNode *)pgn, (GNode *)cgn);
410 GNode *pgn = (GNode *)pgnp;
413 Make_TimeStamp(pgn, g
407 GNode *pgn = (GNode *)pgnp; local
442 Make_HandleUse(GNode *cgn, GNode *pgn) argument
531 GNode *pgn = (GNode *)pgnp; local
683 GNode *pgn; /* the parent node */ local
889 GNode *pgn = (GNode *)pgnp; local
1410 GNode *pgn; /* 'parent' node we are examining */ local
1426 Lst_AtFront(Targ_List(), pgn); local
[all...]
H A Dcompat.c515 GNode *pgn = (GNode *)pgnp;
519 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) {
535 pgn->flags &= ~REMAKE;
539 if (Lst_Member(gn->iParents, pgn) != NULL) {
541 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), pgn, 0);
625 pgn->flags |= Make_Recheck(gn) == 0 ? FORCE : 0;
627 pgn->flags |= CHILDMADE;
628 Make_TimeStamp(pgn, gn);
631 pgn
513 GNode *pgn = (GNode *)pgnp; local
[all...]
H A Darch.c1163 GNode *pgn; local
1172 pgn = (GNode *)Lst_Datum(ln);
1174 if (pgn->type & OP_ARCHV) {
1182 nameStart = strchr(pgn->name, '(') + 1;
1185 if ((pgn->flags & REMAKE) &&
1187 gn->mtime = Arch_MTime(pgn);
1189 } else if (pgn->flags & REMAKE) {
H A Dsuff.c1506 * pgn Parent node being processed
1519 SuffExpandChildren(LstNode cln, GNode *pgn)
1540 SuffExpandWildcards(cln, pgn);
1547 cp = Var_Subst(NULL, cgn->name, pgn, TRUE);
1560 (void)Arch_ParseArchive(&sacrifice, members, pgn);
1600 junk = Var_Parse(cp, pgn, TRUE, &len, &freeIt);
1639 (void)Lst_InsertBefore(pgn->children, cln, gn);
1640 (void)Lst_AtEnd(gn->parents, pgn);
1641 pgn->unmade++;
1643 SuffExpandWildcards(Lst_Prev(cln), pgn);
1518 SuffExpandChildren(LstNode cln, GNode *pgn) argument
1642 SuffExpandWildcards(Lst_Prev(cln), pgn); local
1665 SuffExpandWildcards(LstNode cln, GNode *pgn) argument
[all...]
H A Dparse.c841 * children list of cgn. the unmade field of pgn is updated
848 GNode *pgn = (GNode *)pgnp; local
851 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts))
852 pgn = (GNode *)Lst_Datum(Lst_Last(pgn->cohorts));
853 (void)Lst_AtEnd(pgn->children, cgn);
855 (void)Lst_AtEnd(cgn->parents, pgn);
856 pgn->unmade += 1;
858 fprintf(debug_file, "# ParseLinkSrc: added child %s - %s\n", pgn
[all...]
H A Dtarg.c824 GNode *pgn = (GNode *)pgnp; local
826 cgn->type |= pgn->type & ~OP_OPMASK;
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1155 \newcount\pgn
1314 goto name{\pdfmkpgn{\the\pgn}}%
1332 \def\ppn#1{\pgn=#1\gobble}
1333 \def\ppnn{\pgn=\first}
/freebsd-9.3-release/contrib/groff/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}
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1179 \newcount\pgn

Completed in 232 milliseconds