OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tailCmds
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
job.c
193
StringListNode *
tailCmds
;
1143
job->
tailCmds
= ln->next;
1164
for (ln = job->
tailCmds
; ln != NULL; ln = ln->next) {
1744
job->
tailCmds
= NULL;
job.c
193
StringListNode *
tailCmds
;
1143
job->
tailCmds
= ln->next;
1164
for (ln = job->
tailCmds
; ln != NULL; ln = ln->next) {
1744
job->
tailCmds
= NULL;
Completed in 154 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026