Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dgnode.h100 #define SPECIAL_ERROR 31U macro
Dparse.c716 specType = SPECIAL_ERROR; in handle_special_targets()
730 specType = SPECIAL_ERROR; in handle_special_targets()
848 if (cp == NULL || specType == SPECIAL_ERROR) { in ParseDoDependency()