Searched refs:xcase (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/mg/ |
| H A D | search.c | 175 int xcase; in isearch() local 321 xcase = 0; in isearch() 324 xcase = 1; in isearch() 336 if (!xcase && ISUPPER(c)) in isearch() 682 int cbo, tbo, c, i, xcase = 0; in forwsrch() local 691 xcase = 1; in forwsrch() 701 if (eq(c, pat[0], xcase) != FALSE) { in forwsrch() 712 if (eq(c, *pp++, xcase) == FALSE) in forwsrch() 717 if (eq(c, *pp++, xcase) == FALSE) in forwsrch() 742 int cbo, tbo, c, i, xcase = 0; in backsrch() local [all …]
|