Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dgnode.h72 #define SPECIAL_NONE 0U macro
168 ((gn)->special == SPECIAL_NONE && \
H A Dtarg.c123 Targ_mk_special_node(n, sizeof(n), K_##n, type, SPECIAL_NONE, 0)
186 return Targ_mk_node(name, ename, OP_ZERO, SPECIAL_NONE, 0); in Targ_NewGNi()
H A Dparse.c250 if (specType == SPECIAL_NONE) in ParseLinkSrc()
507 if ((gn->type & OP_NOTARGET) == 0 && gn->special == SPECIAL_NONE) { in ParseFindMain()
734 specType = SPECIAL_NONE; in handle_special_targets()
740 specType = SPECIAL_NONE; in handle_special_targets()
752 specType = SPECIAL_NONE; in handle_special_targets()
767 specType = SPECIAL_NONE; in handle_special_targets()
H A Ddump.c92 if (OP_NOP(gn->type) && gn->special == SPECIAL_NONE && in TargPrintOnlySrc()