Lines Matching defs:cis
3187 struct grid *sgd, u_int spx, int cis)
3203 if (cis && ud->size == 1)
3211 u_int first, u_int last, int cis)
3241 sgd, bx, cis);
3255 struct grid *sgd, u_int *ppx, u_int py, u_int first, u_int last, int cis)
3285 sgd, bx, cis);
3721 * found, jump to it. If cis then ignore case. The direction is 0 for searching
3727 struct grid *sgd, u_int fx, u_int fy, u_int endline, int cis, int wrap,
3739 if (cis)
3755 &px, i, fx, gd->sx, cis);
3772 &px, i - 1, 0, fx + 1, cis);
3791 direction ? 0 : gd->hsize + gd->sy - 1, fy, cis, 0,
3834 int cis, found, keys, visible_only;
3868 cis = window_copy_is_lowercase(str);
3899 found = window_copy_search_jump(wme, gd, ss.grid, fx, fy, endline, cis,
3918 fy, endline, cis, wrapflag, direction,
4042 int found, cis, stopped = 0;
4062 cis = window_copy_is_lowercase(data->searchstr);
4069 if (cis)
4105 &px, py, px, sx, cis);