Searched refs:start_lineno (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| 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()
|
| 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-12-stable/crypto/openssh/ |
| D | moduli.c | 531 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() argument 550 processed = current_lineno - start_lineno; in print_progress() 552 num_to_process = end_lineno - start_lineno; in print_progress() 578 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument 596 end_lineno = start_lineno + num_lines; in prime_test() 610 last_processed = start_lineno = MAXIMUM(last_processed, start_lineno); in prime_test() 628 print_progress(start_lineno, count_in, end_lineno); in prime_test()
|
| D | ssh-keygen.c | 2995 unsigned long start_lineno = 0, lines_to_process = 0; in do_moduli_screen() local 3006 start_lineno = strtoul(opts[i]+11, NULL, 10); in do_moduli_screen() 3044 start_lineno, lines_to_process) != 0) in do_moduli_screen()
|
| /freebsd-12-stable/crypto/heimdal/lib/sl/ |
| 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()
|
| 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()
|