Searched refs:lex_error (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
H A D | lex.cpp | 383 lex_error("invalid input character code %1", c); in read_line() 711 lex_error("end of input while scanning macro arguments"); in interpolate_macro_with_args() 757 lex_error("missing \""); in get_token() 761 lex_error("newline before end of quoted text"); in get_token() 812 lex_error("`\\' ignored at end of equation"); in get_token() 816 lex_error("`\\' ignored because followed by newline"); in get_token() 820 lex_error("`\\' ignored because followed by tab"); in get_token() 886 lex_error("bad filename for include"); in do_include() 894 lex_error("can't open included file `%1'", filename); in do_include() 904 lex_error("bad definition"); in ignore_definition() [all …]
|
H A D | text.cpp | 398 lex_error("bad escape"); in split_text() 414 lex_error("bad escape"); in split_text() 418 lex_error("bad escape"); in split_text() 428 lex_error("bad escape"); in split_text() 453 lex_error("bad escape"); in split_text() 494 lex_error("unquoted escape"); in split_text()
|
H A D | eqn.h | 44 void lex_error(const char *message,
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | pic.y | 327 lex_error("variable `%1' not defined", $1); 365 lex_error("unsafe to run command `%1'", $3); 1248 lex_error("there is no place `%1'", $1); 1292 lex_error("there is no %1%2 %3", $1, ordinal_postfix($1), 1307 lex_error("there is no %1%2 last %3", $1, 1465 lex_error("there is no variable `%1'", $1); 1516 lex_error("division by zero"); 1524 lex_error("modulus by zero"); 1534 lex_error("arguments to `^' operator out of domain"); 1538 lex_error("result of `^' operator out of range"); [all …]
|
H A D | lex.cpp | 90 lex_error("invalid input character code %1", c); in read_line() 377 lex_error("end of input while scanning macro arguments"); in interpolate_macro_with_args() 1239 lex_error("missing delimiter"); in get_delimited() 1250 lex_error("missing closing delimiter"); in get_delimited() 1307 lex_error("can only define variable or placename"); in do_define() 1323 lex_error("can only define variable or placename"); in do_undef() 1373 lex_error("body of `for' terminated enclosing block"); in get() 1434 lex_error("can't open `%1': %2", filename, strerror(errno)); in do_copy() 1678 lex_error("can't open `%1': %2", filename, strerror(errno)); in copy_file_thru() 1938 void lex_error(const char *message, in lex_error() function
|
H A D | pic.h | 105 void lex_error(const char *message,
|
H A D | main.cpp | 289 lex_error("giving up on this picture"); in do_picture()
|
H A D | object.cpp | 1978 lex_error("object does not contain a place `%1'", lb->str); in follow()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.115 | 751 * eqn/lex.cc (do_space): Supply missing argument to lex_error. 4086 escapes. Use lex_error instead of error to report errors. 4088 (lex_error): Move declaration into...
|