Home
last modified time | relevance | path

Searched refs:saved_pos (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/perlasm/
HDarm-xlate.pl116 my $saved_pos = pos($line);
118 pos($line) = $saved_pos;
/freebsd-13-stable/contrib/less/
HDline.c1321 static void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_… in col_vs_pos() argument
1330 if (ch_seek(saved_pos != NULL_POSITION ? saved_pos : linepos)) in col_vs_pos()
1399 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col) in col_from_pos() argument
1404 col_vs_pos(linepos, &cp, saved_pos, saved_col); in col_from_pos()
1408 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col) in pos_from_col() argument
1413 col_vs_pos(linepos, &cp, saved_pos, saved_col); in pos_from_col()
HDfuncs.h239 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col);
240 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col);