Searched refs:saved_col (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/less/ |
H A D | line.c | 1456 …ic void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_col) in col_vs_pos() argument 1458 int col = (saved_col < 0) ? 0 : saved_col; in col_vs_pos() 1534 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col) in col_from_pos() argument 1539 col_vs_pos(linepos, &cp, saved_pos, saved_col); in col_from_pos() 1543 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col) in pos_from_col() argument 1548 col_vs_pos(linepos, &cp, saved_pos, saved_col); in pos_from_col()
|
H A D | funcs.h | 250 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col); 251 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col);
|