Searched refs:current_col (Results 1 – 2 of 2) sorted by relevance
2615 bktr->current_col = 0;2637 bktr->current_col >= bktr->line_length) return FALSE;2669 if (bktr->current_col <= bktr->line_length) {2670 bktr->current_col = bktr->line_length;2698 } else if (bktr->current_col == 0 ) {2700 } else if (bktr->current_col == cols) {2716 bktr->current_col += width;2720 if (bktr->current_col == 0 && width == cols) {2723 } else if (bktr->current_col == 0 ) {2726 } else if (bktr->current_col >= cols) {[all …]
665 u_long current_col; member