Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfix-header.c391 int seen_EXIT_FAILURE = 0, seen_EXIT_SUCCESS = 0; variable
478 if (strcmp (fname, "EXIT_SUCCESS") == 0 && !seen_EXIT_SUCCESS) in recognized_macro()
479 seen_EXIT_SUCCESS = 1, required_other--; in recognized_macro()
848 if (!seen_EXIT_SUCCESS) in write_rbrac()