Searched defs:chpos (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/less/dist/ |
H A D | cvt.c | 42 int *chpos = (int *) ecalloc(sizeof(int), len); in cvt_alloc_chpos() local 54 public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops) in cvt_text()
|
H A D | search.c | 889 static void create_hilites(POSITION linepos, char *line, char *sp, char *ep, int attr, int *chpos) in create_hilites() 928 static void hilite_line(POSITION linepos, char *line, int line_len, int *chpos, char **sp, char **e… in hilite_line() 1113 static int matches_filters(POSITION pos, char *cline, int line_len, int *chpos, POSITION linepos, c… in matches_filters() 1189 int *chpos; in search_range() local
|
H A D | tags.c | 462 int *chpos = cvt_alloc_chpos(cvt_len); in ctagsearch() local
|