Searched refs:start_lineno (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dlex.l154 int c, start_lineno = lineno;
170 unterminated("comment", start_lineno);
173 int c, start_lineno = lineno;
210 unterminated("comment", start_lineno);
213 int start_lineno = lineno;
250 unterminated("string", start_lineno);
297 unterminated(const char *type, unsigned start_lineno)
299 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dslc-lex.l96 int start_lineno = lineno;
126 error_message("unterminated comment, possibly started on line %d\n", start_lineno);
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Dmain.cpp89 int start_lineno = current_lineno + 1; local
108 init_lex(str.contents(), current_filename, start_lineno);
153 int start_lineno = current_lineno; local
169 start_delim, start_lineno, end_delim);
179 init_lex(str.contents(), current_filename, start_lineno);
/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c504 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines)
534 if (start_lineno > last_processed)
535 last_processed = start_lineno;
503 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) argument
H A Dssh-keygen.c2201 unsigned long start_lineno = 0, lines_to_process = 0; local
2256 start_lineno = strtoul(optarg, NULL, 10);
2536 start_lineno, lines_to_process) != 0)
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dmain.cpp51 int start_lineno; member in class:top_input
62 start_lineno = current_lineno;
140 error_with_file_and_line(current_filename, start_lineno - 1,
/macosx-10.10/groff-38/groff/src/preproc/refer/
H A Drefer.cpp462 int start_lineno = current_lineno; local
470 error_with_file_and_line(current_filename, start_lineno,
549 int start_lineno = current_lineno; local
580 error_with_file_and_line(current_filename, start_lineno,
596 process_commands(line, current_filename, start_lineno + 1);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y2738 int pass_next_character, backq_backslash, nestlen, ttranslen, start_lineno;
2753 start_lineno = line_number;
2761 parser_error (start_lineno, _("unexpected EOF while looking for matching `%c'"), close);
2880 ttrans = localeexpand (nestret, 0, nestlen - 1, start_lineno, &ttranslen);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dinput.cpp4339 int start_lineno; local
4341 &start_lineno);
4417 error_with_file_and_line(start_filename, start_lineno,
4425 error_with_file_and_line(start_filename, start_lineno,

Completed in 294 milliseconds