Home | Sort by: relevance | last modified time | path |
/src/usr.bin/make/ | |
make.c | 113 static unsigned checked_seqno = 1; variable in typeref:typename:unsigned 674 checked_seqno++; 1039 if (gn->checked_seqno == checked_seqno) { 1049 gn->checked_seqno = checked_seqno; |
make.h | 497 unsigned checked_seqno; member in struct:GNode |