Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/indent/
Dindent.h255 extern bool found_err;
Dindent.c81 bool found_err; variable
155 found_err = true; in diag()
409 return found_err ? EXIT_FAILURE : EXIT_SUCCESS; in process_eof()