Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dgnode.h185 #define OP_ERROR 0x00000007 macro
H A Dparse.c776 unsigned int op = OP_ERROR; in parse_operator()
789 return OP_ERROR; in parse_operator()
855 if (op == OP_ERROR) { in ParseDoDependency()