Searched refs:colno (Results 1 – 2 of 2) sorted by relevance
157 srcfile->colno = 1; in srcfile_push()221 pos->first_column = current_srcfile->colno; in srcpos_update()226 current_srcfile->colno = 1; in srcpos_update()228 current_srcfile->colno = in srcpos_update()229 ALIGN(current_srcfile->colno, TAB_SIZE); in srcpos_update()231 current_srcfile->colno++; in srcpos_update()235 pos->last_column = current_srcfile->colno; in srcpos_update()
29 int lineno, colno; member