Lines Matching refs:scanner_cursor
909 scanner_cursor.file = current_file; \
910 scanner_cursor.line = 1; \
911 scanner_cursor.column = 1; \
912 code_start = scanner_cursor; \
930 boundary scanner_cursor; variable
1253 boundary code_start = scanner_cursor;
1257 boundary token_start IF_LINT (= scanner_cursor);
1728 loc->start = loc->end = scanner_cursor;
1752 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0);
2104 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0);
2127 unexpected_eof (scanner_cursor, "{}"); BEGIN INITIAL;
3397 int line = scanner_cursor.line; in adjust_location()
3398 int column = scanner_cursor.column; in adjust_location()
3403 loc->start = scanner_cursor; in adjust_location()
3424 scanner_cursor.line = line; in adjust_location()
3425 scanner_cursor.column = column = add_column_width (column, p0, p - p0); in adjust_location()
3427 loc->end = scanner_cursor; in adjust_location()
3744 scanner_cursor.file = current_file = uniqstr_new (file); in handle_syncline()
3745 scanner_cursor.line = lineno; in handle_syncline()
3746 scanner_cursor.column = 1; in handle_syncline()
3772 loc.end = scanner_cursor; in unexpected_end()