Lines Matching full:line
46 * This function opens the file and reads it line by line. It skips empty lines
50 * a line does not need to be terminated with a delimiter.
52 * For each line, after segmenting it, a line function is called.
54 * passed into this parser and filled by it for each line.
55 * For each field i of the line, the start pointer in fields[i][0]
57 * points behind the field, i.e., to the delimiter or the line end.
59 * The context parameter of the line function is
62 * The line function may modify the contents of the fields including the