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

  /src/usr.bin/make/
targ.c 586 GNodeListNode *ln, *cln; local in function:Targ_Propagate
595 for (cln = gn->cohorts.first; cln != NULL; cln = cln->next) {
596 GNode *cohort = cln->datum;
suff.c 1204 ExpandWildcards(GNodeListNode *cln, GNode *pgn)
1206 GNode *cgn = cln->datum;
1228 Lst_InsertBefore(&pgn->children, cln, gn);
1242 Lst_Remove(&pgn->children, cln);
1317 * cln Child to examine
1321 ExpandChildren(GNodeListNode *cln, GNode *pgn)
1323 GNode *cgn = cln->datum;
1341 ExpandWildcards(cln, pgn);
1369 Lst_InsertBefore(&pgn->children, cln, gn);
1372 ExpandWildcards(cln->prev, pgn)
    [all...]

Completed in 13 milliseconds