Lines Matching defs:line
58 /** <summary>line number 1..n within the input</summary> */
59 int line = 1;
61 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
69 * values line, charPositionInLine, and p that can change as you
131 public virtual int Line
135 return line;
139 line = value;
163 line = 1;
177 System.out.println("newline char found on line: "+line+
180 line++;
245 state.line = line;
262 line = state.line;
282 * update line and charPositionInLine.
289 p = index; // just jump; don't update stream state (line, ...)