Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dparse.c204 { P(NODE_PATH), SPECIAL_PATH, 0 },
719 if (type == SPECIAL_PATH) { in handle_special_targets()
737 specType = SPECIAL_PATH; in handle_special_targets()
847 assert(specType == SPECIAL_PATH || Lst_IsEmpty(&paths)); in ParseDoDependency()
885 case SPECIAL_PATH: in ParseDoDependency()
899 if (specType == SPECIAL_SUFFIXES || specType == SPECIAL_PATH || in ParseDoDependency()
919 case SPECIAL_PATH: in ParseDoDependency()
H A Dgnode.h73 #define SPECIAL_PATH 62U /* handled by parse.c and suff.c */ macro
H A Dsuff.c499 gn->special = SPECIAL_PATH; in Suff_ParseAsTransform()
588 if (gn->special == SPECIAL_PATH) in build_suffixes_graph()