Searched refs:lex_error (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/groff/src/preproc/eqn/ |
| HD | lex.cpp | 381 lex_error("invalid input character code %1", c); in read_line() 709 lex_error("end of input while scanning macro arguments"); in interpolate_macro_with_args() 755 lex_error("missing \""); in get_token() 759 lex_error("newline before end of quoted text"); in get_token() 810 lex_error("`\\' ignored at end of equation"); in get_token() 814 lex_error("`\\' ignored because followed by newline"); in get_token() 818 lex_error("`\\' ignored because followed by tab"); in get_token() 884 lex_error("bad filename for include"); in do_include() 892 lex_error("can't open included file `%1'", filename); in do_include() 902 lex_error("bad definition"); in ignore_definition() [all …]
|
| HD | text.cpp | 396 lex_error("bad escape"); in split_text() 412 lex_error("bad escape"); in split_text() 416 lex_error("bad escape"); in split_text() 426 lex_error("bad escape"); in split_text() 451 lex_error("bad escape"); in split_text() 492 lex_error("unquoted escape"); in split_text()
|
| HD | eqn.h | 42 void lex_error(const char *message,
|
| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | pic.y | 325 lex_error("variable `%1' not defined", $1); 363 lex_error("unsafe to run command `%1'", $3); 1246 lex_error("there is no place `%1'", $1); 1290 lex_error("there is no %1%2 %3", $1, ordinal_postfix($1), 1305 lex_error("there is no %1%2 last %3", $1, 1463 lex_error("there is no variable `%1'", $1); 1514 lex_error("division by zero"); 1522 lex_error("modulus by zero"); 1532 lex_error("arguments to `^' operator out of domain"); 1536 lex_error("result of `^' operator out of range"); [all …]
|
| HD | lex.cpp | 88 lex_error("invalid input character code %1", c); in read_line() 375 lex_error("end of input while scanning macro arguments"); in interpolate_macro_with_args() 1237 lex_error("missing delimiter"); in get_delimited() 1248 lex_error("missing closing delimiter"); in get_delimited() 1305 lex_error("can only define variable or placename"); in do_define() 1321 lex_error("can only define variable or placename"); in do_undef() 1371 lex_error("body of `for' terminated enclosing block"); in get() 1432 lex_error("can't open `%1': %2", filename, strerror(errno)); in do_copy() 1676 lex_error("can't open `%1': %2", filename, strerror(errno)); in copy_file_thru() 1936 void lex_error(const char *message, in lex_error() function
|
| HD | pic.h | 103 void lex_error(const char *message,
|
| HD | main.cpp | 287 lex_error("giving up on this picture"); in do_picture()
|
| HD | object.cpp | 1976 lex_error("object does not contain a place `%1'", lb->str); in follow()
|
| /NextBSD/contrib/groff/ |
| HD | 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...
|