Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dparse.c122 static unsigned int specType; variable
250 if (specType == SPECIAL_NONE) in ParseLinkSrc()
434 switch (specType) { in ParseDoSrc()
716 specType = SPECIAL_ERROR; in handle_special_targets()
730 specType = SPECIAL_ERROR; in handle_special_targets()
734 specType = SPECIAL_NONE; in handle_special_targets()
737 specType = SPECIAL_PATH; in handle_special_targets()
740 specType = SPECIAL_NONE; in handle_special_targets()
748 specType = gtargets.a[0]->special; in handle_special_targets()
749 switch (specType) { in handle_special_targets()
[all …]