Home
last modified time | relevance | path

Searched refs:NotParallel (Results 1 – 2 of 2) sorted by relevance

/trueos/usr.bin/make/
HDparse.c164 NotParallel, /* .NOTPARALELL */ enumerator
221 { ".NOTPARALLEL", NotParallel, 0 },
222 { ".NO_PARALLEL", NotParallel, 0 },
890 case NotParallel: in ParseDoDependency()
1110 } else if (specType == NotParallel || specType == SingleShell) { in ParseDoDependency()
/trueos/contrib/bmake/
HDparse.c202 NotParallel, /* .NOTPARALLEL */ enumerator
323 { ".NOTPARALLEL", NotParallel, 0 },
324 { ".NO_PARALLEL", NotParallel, 0 },
1347 case NotParallel: in ParseDoDependency()
1562 } else if ((specType == NotParallel) || (specType == SingleShell)) { in ParseDoDependency()