Searched refs:found_ch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dprompt.c764 char *found_ch; local
817 found_ch = charalloc(mb_cur_max() + 1);
823 parse_mbchar(answer + statusbar_x, found_ch, NULL);
824 count += (strncmp(found_ch, ch, ch_len) == 0) ? 1 : -1;
844 free(found_ch);
H A Dsearch.c1159 char *found_ch; local
1215 found_ch = charalloc(mb_cur_max() + 1);
1222 found_ch, NULL);
1223 count += (strncmp(found_ch, ch, ch_len) == 0) ? 1 : -1;
1244 free(found_ch);

Completed in 70 milliseconds