• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/

Lines Matching refs:lineno

118     int              lineno;    /* Source line number */
129 struct error_log_rec_t *next; /* Ptr to next for this lineno */
176 int lineno; /* Source line number of relevant text */
184 lineno = location->lineno;
200 lineno = lineno - (*text_p == '\n' || ! *text_p);
228 log_error(lineno, msg_id, text_len, near_text, NULL);
284 * Inputs: lineno - source line number
293 int lineno,
302 log_rec_p->lineno = lineno;
396 new_log_rec_p = alloc_log_rec(filename, log_rec_p->lineno, msgs);
417 * lineno - line number on which error occurred.
425 int lineno,
429 if (log_rec_p->lineno < lineno)
432 add_error_log_rec(log_rec_p->links.asBinTree.right, filename, lineno,
435 log_rec_p->links.asBinTree.right = alloc_log_rec(filename, lineno,
441 if (log_rec_p->lineno > lineno)
444 add_error_log_rec(log_rec_p->links.asBinTree.left, filename, lineno,
448 log_rec_p->links.asBinTree.left = alloc_log_rec(filename, lineno,
453 if (log_rec_p->lineno == lineno)
469 * lineno - the line number of the error.
481 int lineno,
500 errors = alloc_log_rec(filename, lineno, &msgs);
502 add_error_log_rec(errors, filename, lineno, &msgs);
517 * lineno - the line number of the error.
528 int lineno,
533 log_source_va(&error_count, filename, lineno, msg_id, ap);
539 int lineno,
548 vlog_source_error(filename, lineno, msg_id, ap);
564 * lineno - the line number of the error.
574 int lineno,
583 log_source_va(&warnings, filename, lineno, msg_id, ap);
589 int lineno,
602 vlog_source_warning(filename, lineno, msg_id, ap);
617 * Inputs: lineno - the line number of the error.
626 int lineno,
631 log_source_va(&error_count, error_file_name_id, lineno, msg_id, ap);
636 int lineno,
645 vlog_error(lineno, msg_id, ap);
661 * Inputs: lineno - the line number of the warning.
670 int lineno,
678 log_source_va(&warnings, error_file_name_id, lineno, msg_id, ap);
683 int lineno,
694 vlog_warning(lineno, msg_id, ap);
704 * Function: Reads the line specified by lineno.
707 * lineno - the number of the line in error.
717 int lineno,
733 lines_to_skip = lineno - last_error_line;
743 last_error_line = lineno;
774 seek_for_line(fd, log_rec_ptr->lineno, source_line);
776 NIDL_FILESOURCE, source, log_rec_ptr->lineno, source_line
797 seek_for_line(fd, log_rec_ptr->lineno, source_line);
799 NIDL_FILESOURCE, source, log_rec_ptr->lineno, source_line