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

  /src/usr.bin/make/
arch.c 819 GNode *pgn = ln->datum; local in function:Arch_UpdateMemberMTime
821 if (pgn->type & OP_ARCHV) {
830 const char *nameStart = strchr(pgn->name, '(') + 1;
834 if (pgn->flags.remake &&
836 Arch_UpdateMTime(pgn);
837 gn->mtime = pgn->mtime;
839 } else if (pgn->flags.remake) {
make.c 383 PretendAllChildrenAreMade(GNode *pgn)
387 for (ln = pgn->children.first; ln != NULL; ln = ln->next) {
392 GNode_UpdateYoungestChild(pgn, cgn);
393 pgn->unmade--;
409 * pgn The target node
412 Make_HandleUse(GNode *cgn, GNode *pgn)
426 Lst_IsEmpty(&pgn->commands)) {
429 Lst_PrependAll(&pgn->commands, &cgn->commands);
432 Lst_AppendAll(&pgn->commands, &cgn->commands);
449 gn->name = Var_Subst(gn->uname, pgn, VARE_EVAL)
598 GNode *pgn = ln->datum; local in function:UpdateImplicitParentsVars
710 GNode *pgn = ln->datum; local in function:Make_Update
1323 GNode *pgn; \/* 'parent' node we are examining *\/ local in function:Make_ProcessWait
    [all...]

Completed in 12 milliseconds