Searched defs:chpos (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/less/ |
H A D | cvt.c | 41 int *chpos = (int *) ecalloc(len, sizeof(int)); in cvt_alloc_chpos() local 53 public void cvt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *l… in cvt_text()
|
H A D | search.c | 957 …(POSITION linepos, constant char *line, constant char *sp, constant char *ep, int attr, int *chpos) in create_hilites() 996 static void hilite_line(POSITION linepos, constant char *line, size_t line_len, int *chpos, constan… in hilite_line() 1179 static lbool matches_filters(POSITION pos, char *cline, size_t line_len, int *chpos, POSITION linep… in matches_filters() 1490 int *chpos; in search_range() local
|
H A D | tags.c | 460 int *chpos = cvt_alloc_chpos(cvt_len); in ctagsearch() local
|
H A D | line.c | 1463 POSITION chpos; in col_vs_pos() local
|