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

  /src/usr.bin/make/
meta.c 1116 int lastpid = 0; local in function:meta_oodate
1207 * variable qualified by 'lastpid', and
1213 if (pid > 0 && pid != lastpid) {
1216 if (lastpid > 0) {
1223 lastpid = pid;
1254 lastpid = 0; /* no need to save ldir_vname */
meta.c 1116 int lastpid = 0; local in function:meta_oodate
1207 * variable qualified by 'lastpid', and
1213 if (pid > 0 && pid != lastpid) {
1216 if (lastpid > 0) {
1223 lastpid = pid;
1254 lastpid = 0; /* no need to save ldir_vname */
meta.c 1116 int lastpid = 0; local in function:meta_oodate
1207 * variable qualified by 'lastpid', and
1213 if (pid > 0 && pid != lastpid) {
1216 if (lastpid > 0) {
1223 lastpid = pid;
1254 lastpid = 0; /* no need to save ldir_vname */

Completed in 34 milliseconds