Searched refs:saved_pos (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/perlasm/ |
| HD | arm-xlate.pl | 116 my $saved_pos = pos($line); 118 pos($line) = $saved_pos;
|
| /freebsd-13-stable/contrib/less/ |
| HD | line.c | 1321 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()
|
| HD | funcs.h | 239 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);
|