Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c1433 enum { c_ifdef, c_ifndef, c_ifeq, c_ifneq, c_else, c_endif } cmdtype; in conditional_line() enumerator
1443 else chkword ("ifndef", c_ifndef) in conditional_line()
1559 if (cmdtype == c_ifdef || cmdtype == c_ifndef) in conditional_line()
1580 ((v != 0 && *v->value != '\0') == (cmdtype == c_ifndef)); in conditional_line()