Searched refs:tomatch_char_or_word (Results 1 – 1 of 1) sorted by relevance
/dports/editors/joe/joe-4.6/joe/ |
H A D | uedit.c | 442 static int tomatch_char_or_word(BW *bw,int word_delimiter,int c,int f,const char *set,const char *g… in tomatch_char_or_word() function 778 return tomatch_char_or_word(bw, 0, c, f, 0, 0, dir == -1); in tomatch_char() 783 return tomatch_char_or_word(bw, 1, 0, 0, set, group, !*group || *group==':'); in tomatch_word()
|