Searched refs:tok_column (Results 1 – 2 of 2) sorted by relevance
180 size_t tok_column; // token source column member
562 lex->tok_column = lex->column; in mp_lexer_to_next()844 if (lex->tok_column != 1) { in mp_lexer_new()893 …printf("(" UINT_FMT ":" UINT_FMT ") kind:%u str:%p len:%zu", lex->tok_line, lex->tok_column, lex->…
Completed in 6 milliseconds