Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp44 static int had_parse_error = 0; variable
288 had_parse_error = 1; in do_picture()
470 had_parse_error = 1; in do_whole_file()
642 return had_parse_error; in main()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.115651 * pic/main.cc (had_parse_error): New variable.
652 (do_picture, do_whole_file): Set had_parse_error if yyparse()
654 (main): Return 1 if had_parse_error is true.