H A D | search.c | 979 static void create_hilites(POSITION linepos, constant char *line, constant char *sp, constant char *ep, int attr, int *chpos) 987 hl.hl_startpos = linepos + chpos[start_index]; in hilite_screen() 1000 if (chpos[i] != chpos[i-1] + 1 || i == end_index) in chg_hilite() 1002 hl.hl_endpos = linepos + chpos[i-1] + 1; in chg_hilite() 1007 hl.hl_startpos = linepos + chpos[i]; in chg_hilite() 1018 static void hilite_line(POSITION linepos, constant char *line, size_t line_len, int *chpos, constant char **sp, constant char **ep, int nsp) in search_pos() 1048 AT_HILITE | AT_COLOR_SEARCH, chpos); in search_pos() 1050 AT_HILITE | AT_COLOR_SUBSEARCH(i), chpos); in search_pos() 1055 AT_HILITE | AT_COLOR_SEARCH, chpos); in search_pos() 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...] |