Searched refs:start_lineno (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | lex.l | 154 int c, start_lineno = lineno; variable 170 unterminated("comment", start_lineno); 173 int c, start_lineno = lineno; variable 210 unterminated("comment", start_lineno); 213 int start_lineno = lineno; variable 250 unterminated("string", start_lineno); 297 unterminated(const char *type, unsigned start_lineno) in unterminated() argument 299 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno); in unterminated()
|
| H A D | lex.c | 1541 int c, start_lineno = lineno; variable 1557 unterminated("comment", start_lineno); 1564 int c, start_lineno = lineno; variable 1601 unterminated("comment", start_lineno); 1608 int start_lineno = lineno; variable 1645 unterminated("string", start_lineno); 2725 unterminated(const char *type, unsigned start_lineno) in unterminated() argument 2727 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno); in unterminated()
|
| /freebsd/crypto/openssh/ |
| H A D | moduli.c | 489 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() argument 508 processed = current_lineno - start_lineno; in print_progress() 510 num_to_process = end_lineno - start_lineno; in print_progress() 536 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument 554 end_lineno = start_lineno + num_lines; in prime_test() 568 last_processed = start_lineno = MAXIMUM(last_processed, start_lineno); in prime_test() 586 print_progress(start_lineno, count_in, end_lineno); in prime_test()
|
| H A D | ssh-keygen.c | 2967 unsigned long start_lineno = 0, lines_to_process = 0; in do_moduli_screen() local 2978 start_lineno = strtoul(p, NULL, 10); in do_moduli_screen() 3016 start_lineno, lines_to_process) != 0) in do_moduli_screen()
|
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | slc-lex.l | 90 int start_lineno = lineno; in handle_comment() local 120 error_message("unterminated comment, possibly started on line %d\n", start_lineno); in handle_comment()
|
| H A D | slc-lex.c | 1798 int start_lineno = lineno; in handle_comment() local 1828 error_message("unterminated comment, possibly started on line %d\n", start_lineno); in handle_comment()
|