Searched refs:v_columns (Results 1 – 2 of 2) sorted by relevance
284 end = vinfo.v_columns - 1; in gc_clear_line()292 end = vinfo.v_columns - 1; in gc_clear_line()392 buffer_columns = vinfo.v_columns; in gc_enable()541 if (gc_x >= vinfo.v_columns) { in gc_putchar()542 if (0 == vinfo.v_columns) { in gc_putchar()545 gc_x = vinfo.v_columns - 1; in gc_putchar()611 for (xx = 0; xx < vinfo.v_columns; xx++) { in gc_putc_charsizecmd()747 if (gc_x >= vinfo.v_columns) { in gc_putc_gotpars()748 gc_x = vinfo.v_columns - 1; in gc_putc_gotpars()790 for (i = 0; i <= vinfo.v_columns; i++) { in gc_putc_gotpars()[all …]
97 unsigned int v_columns; /* characters */ member