Searched refs:current_col (Results 1 – 2 of 2) sorted by relevance
2554 bktr->current_col = 0;2577 bktr->current_col >= bktr->line_length) return FALSE;2609 if (bktr->current_col <= bktr->line_length) {2610 bktr->current_col = bktr->line_length;2639 } else if (bktr->current_col == 0 ) {2641 } else if (bktr->current_col == cols) {2657 bktr->current_col += width;2661 if (bktr->current_col == 0 && width == cols) {2664 } else if (bktr->current_col == 0 ) {2667 } else if (bktr->current_col >= cols) {[all …]
699 u_int current_col; member