Home
last modified time | relevance | path

Searched refs:saved_col (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dline.c1530 …ic void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_col) in col_vs_pos() argument
1532 int col = (saved_col < 0) ? 0 : saved_col; in col_vs_pos()
1612 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col) in col_from_pos() argument
1617 col_vs_pos(linepos, &cp, saved_pos, saved_col); in col_from_pos()
1621 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col) in pos_from_col() argument
1626 col_vs_pos(linepos, &cp, saved_pos, saved_col); in pos_from_col()
H A Dfuncs.h257 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col);
258 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col);