Searched refs:v_columns (Results 1 – 2 of 2) sorted by relevance
283 end = vinfo.v_columns - 1; in gc_clear_line()291 end = vinfo.v_columns - 1; in gc_clear_line()391 buffer_columns = vinfo.v_columns; in gc_enable()540 if (gc_x >= vinfo.v_columns) { in gc_putchar()541 if (0 == vinfo.v_columns) { in gc_putchar()544 gc_x = vinfo.v_columns - 1; in gc_putchar()610 for (xx = 0; xx < vinfo.v_columns; xx++) { in gc_putc_charsizecmd()746 if (gc_x >= vinfo.v_columns) { in gc_putc_gotpars()747 gc_x = vinfo.v_columns - 1; in gc_putc_gotpars()789 for (i = 0; i <= vinfo.v_columns; i++) { in gc_putc_gotpars()[all …]
97 unsigned int v_columns; /* characters */ member