Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c2275 STRLEN lnc; in S_find_byclass() local
2669 lnc = is_utf8_pat /* length to match in characters */ in S_find_byclass()
2683 lnc = (lnc + expansion - 1) / expansion; in S_find_byclass()
2688 e = HOP3c(strend, -((SSize_t)lnc), s); in S_find_byclass()