Home
last modified time | relevance | path

Searched refs:xcase (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/mg/
H A Dsearch.c175 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 …]