Lines Matching defs:line
59 *The current line number
61 gulong line;
169 PRIVATE (result)->line = 1;
468 /*update line and column number */
471 PRIVATE (a_this)->line++;
489 *@a_line_num: the new line number.
491 *Setter of the current line number.
500 PRIVATE (a_this)->line = a_line_num;
508 *@a_line_num: the returned line number.
510 *Getter of the current line number.
520 *a_line_num = PRIVATE (a_this)->line;
567 *@a_increment: the increment to add to the line number.
569 *Increments the current line number.
578 PRIVATE (a_this)->line += a_increment;
994 a_pos->line = PRIVATE (a_this)->line;
1009 *represents the current line/column/byte offset/ in the input
1024 a_loc->line = PRIVATE (a_this)->line ;
1122 *@a_eol: the new end of line flag.
1124 *Sets the end of line flag.
1145 *Gets the end of line flag of the current input.
1178 cr_input_set_line_num (a_this, a_pos->line);