Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl166 my $saved_pos = pos($line);
168 pos($line) = $saved_pos;
/freebsd/contrib/less/
H A Dline.c1530 static void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_… in col_vs_pos() argument
1539 if (ch_seek(saved_pos != NULL_POSITION ? saved_pos : linepos)) 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);