Searched refs:NotParallel (Results 1 – 2 of 2) sorted by relevance
| /trueos/usr.bin/make/ |
| HD | parse.c | 164 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/ |
| HD | parse.c | 202 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()
|