Home | History | Annotate | Download | only in utils

Lines Matching full:line

28  * A simple tokenizer for loading and parsing ASCII text files line by line.
60 * Returns true if at the end of the line or end of the file.
70 * Gets a 1-based line number index for the current position.
75 * Formats a location string consisting of the filename and current line number.
87 * Gets the remainder of the current line as a string, excluding the newline character.
98 * Gets the next token on this line stopping at the specified delimiters
99 * or the end of the line whichever comes first and advances past it.
102 * or is at the end of the line.
107 * Advances to the next line.
113 * Skips over the specified delimiters in the line.