Searched refs:NotParallel (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dparse.c207 NotParallel, /* .NOTPARALLEL */ enumerator in enum:__anon104
329 { ".NOTPARALLEL", NotParallel, 0 },
330 { ".NO_PARALLEL", NotParallel, 0 },
1393 case NotParallel:
1621 } else if ((specType == NotParallel) || (specType == SingleShell) ||

Completed in 68 milliseconds