Searched defs:chpos (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/less/ |
H A D | cvt.c | 40 int *chpos = (int *) ecalloc(sizeof(int), len); cvt_alloc_chpos() local 52 cvt_text(char * odst,char * osrc,int * chpos,int * lenp,int ops) cvt_text() argument [all...] |
H A D | search.c | 887 create_hilites(POSITION linepos,char * line,char * sp,char * ep,int attr,int * chpos) create_hilites() argument 926 hilite_line(POSITION linepos,char * line,int line_len,int * chpos,char ** sp,char ** ep,int nsp,int cvt_ops) hilite_line() argument 1111 matches_filters(POSITION pos,char * cline,int line_len,int * chpos,POSITION linepos,char ** sp,char ** ep,int nsp) matches_filters() argument 1187 int *chpos; search_range() local [all...] |
H A D | tags.c | 460 int *chpos = cvt_alloc_chpos(cvt_len); in ctagsearch() local
|