Searched refs:current_col (Results 1 – 2 of 2) sorted by relevance
2380 bktr->current_col = 0; in notclipped()2403 bktr->current_col >= bktr->line_length) return FALSE; in getline()2435 if (bktr->current_col <= bktr->line_length) { in getline()2436 bktr->current_col = bktr->line_length; in getline()2465 } else if (bktr->current_col == 0 ) { in split()2467 } else if (bktr->current_col == cols) { in split()2483 bktr->current_col += width; in split()2487 if (bktr->current_col == 0 && width == cols) { in split()2490 } else if (bktr->current_col == 0 ) { in split()2493 } else if (bktr->current_col >= cols) { in split()[all …]
604 u_int current_col; member