| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| main.cpp | 91 int start_lineno = current_lineno + 1; local 110 init_lex(str.contents(), current_filename, start_lineno); 155 int start_lineno = current_lineno; local 171 start_delim, start_lineno, end_delim); 181 init_lex(str.contents(), current_filename, start_lineno);
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| main.cpp | 53 int start_lineno; member in class:top_input 64 start_lineno = current_lineno; 142 error_with_file_and_line(current_filename, start_lineno - 1,
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| refer.cpp | 464 int start_lineno = current_lineno; local 472 error_with_file_and_line(current_filename, start_lineno, 551 int start_lineno = current_lineno; local 582 error_with_file_and_line(current_filename, start_lineno, 598 process_commands(line, current_filename, start_lineno + 1);
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| lex.c | 1546 int c, start_lineno = lineno; variable 1562 unterminated("comment", start_lineno); 1569 int c, start_lineno = lineno; variable 1606 unterminated("comment", start_lineno); 1613 int start_lineno = lineno; variable 1650 unterminated("string", start_lineno); 2735 unterminated(const char *type, unsigned start_lineno) 2737 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
|
| /src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| slc-lex.c | 1809 int start_lineno = lineno; local 1839 error_message("unterminated comment, possibly started on line %d\n", start_lineno);
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-keygen.c | 2948 unsigned long start_lineno = 0, lines_to_process = 0; local 2959 start_lineno = strtoul(p, NULL, 10); 2997 start_lineno, lines_to_process) != 0)
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| input.cpp | 4342 int start_lineno; local 4344 &start_lineno); 4420 error_with_file_and_line(start_filename, start_lineno, 4428 error_with_file_and_line(start_filename, start_lineno,
|