Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexec.c5365 switch (LB_table[before][after]) { in S_isLB()
5426 if (LB_table[LB_Space][after] - LB_SP_foo in S_isLB()
5453 return LB_table[prev][after] != LB_NOBREAK_EVEN_WITH_SP_BETWEEN; in S_isLB()
5485 return LB_table[prev][after] - LB_HY_or_BA_then_foo == LB_BREAKABLE; in S_isLB()
5495 return LB_table[prev][after] - LB_PR_or_PO_then_OP_or_HY in S_isLB()
5512 return LB_table[prev][after] - LB_SY_or_IS_then_various in S_isLB()
5563 before, after, LB_table[before][after]); in S_isLB()
Dcharclass_invlists.h435931 static const U8 LB_table[42][42] = { variable