Searched defs:linepos (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | position.c | 253 static int pos_shift(POSITION linepos, size_t choff) in pos_shift() 299 POSITION linepos; in pos_rehead() local
|
| H A D | search.c | 958 static void create_hilites(POSITION linepos, constant char *line, constant char *sp, constant char … in create_hilites() 997 static void hilite_line(POSITION linepos, constant char *line, size_t line_len, int *chpos, constan… in hilite_line() 1180 …hes_filters(POSITION pos, char *cline, size_t line_len, int *chpos, POSITION linepos, constant cha… in matches_filters() 1305 static lbool osc8_param_match(POSITION linepos, constant char *line, constant struct osc8_parse_inf… in osc8_param_match() 1353 static osc8_match osc8_search_line1(int search_type, POSITION linepos, POSITION spos, constant char… in osc8_search_line1() 1427 static osc8_match osc8_search_line(int search_type, POSITION linepos, constant char *line, size_t l… in osc8_search_line() 1493 POSITION linepos, oldpos; in search_range() local 1804 POSITION linepos = position(sindex); in osc8_click() local
|
| H A D | jump.c | 322 POSITION linepos; in jump_loc() local
|
| H A D | tags.c | 378 static int curtag_match(char constant *line, POSITION linepos) in curtag_match() 408 POSITION pos, linepos; in ctagsearch() local
|
| H A D | forwback.c | 283 POSITION linepos = NULL_POSITION; in forw() local
|
| H A D | line.c | 1530 static void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_… in col_vs_pos() 1612 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int 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()
|
| /freebsd/usr.bin/file2c/ |
| H A D | file2c.c | 28 int c, count, linepos, maxcount, pretty, radix; in main() local
|