Searched refs:colno (Results 1 – 2 of 2) sorted by relevance
92 srcfile->colno = 1; in srcfile_push()139 pos->first_column = current_srcfile->colno; in srcpos_update()144 current_srcfile->colno = 1; in srcpos_update()146 current_srcfile->colno = in srcpos_update()147 ALIGN(current_srcfile->colno, TAB_SIZE); in srcpos_update()149 current_srcfile->colno++; in srcpos_update()153 pos->last_column = current_srcfile->colno; in srcpos_update()
29 int lineno, colno; member