Lines Matching refs:ne

348 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s)  in ccl_member()  argument
356 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccl_member()
365 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) in ccln_member() argument
373 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccln_member()
433 int ns, ne; in cgotofn() local
501 ne = hatcn; in cgotofn()
502 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
505 ns, cs, ne, ce); in cgotofn()
510 ssyms[ssmax++].cc_ne = ne; in cgotofn()
514 ne = MAX_CODESET; in cgotofn()
515 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
518 ns, cs, ne, ce); in cgotofn()
523 ssyms[ssmax++].cc_ne = ne; in cgotofn()
628 ne = hatcn; in cgotofn()
629 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
631 ! ccln_member(ns, cs, ne, ce, in cgotofn()
636 ne, ce); in cgotofn()
641 ssyms[ssmax++].cc_ne = ne; in cgotofn()
645 ne = MAX_CODESET; in cgotofn()
646 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
648 ! ccln_member(ns, cs, ne, ce, in cgotofn()
653 ne, ce); in cgotofn()
658 ssyms[ssmax++].cc_ne = ne; in cgotofn()
724 ne = ssyms[j].cc_ne; in cgotofn()
727 symax = delete_table(symbol, symax, ns, cs, ne, ce); in cgotofn()
734 if (k == CHAR && ns == ne && cs == ce && in cgotofn()
737 ccl_member(ns, cs, ne, ce, in cgotofn()
740 !ccl_member(ns, cs, ne, ce, in cgotofn()
765 fatab[ind].cc.cc_ne = ne; in cgotofn()
777 fatab[ind].cc.cc_ne = ne; in cgotofn()
830 int ne, wchar_t ce) in insert_table() argument
851 if (MLCMPLT(ne, ce, tns, (tcs - 1))) { in insert_table()
864 table->cc_ne = ne; in insert_table()
868 ne = tne; in insert_table()
881 if (MLCMPLE(ne, ce, tne, tce)) { in insert_table()
894 table->cc_ne = ne; in insert_table()
909 table->cc_ne = ne; in insert_table()
923 if (MLCMPLT(ne, ce, table->cc_ns, (table->cc_cs - 1))) { in insert_table()
926 if (MLCMPLE(table->cc_ns, (table->cc_cs - 1), ne, ce) && in insert_table()
927 MLCMPLE(ne, ce, table->cc_ne, (table->cc_ce + 1))) { in insert_table()
931 if (MLCMPLT(ne, ce, table->cc_ne, table->cc_ce)) { in insert_table()
932 ne = table->cc_ne; in insert_table()
942 saved_table->cc_ne = ne; in insert_table()
968 int ne, wchar_t ce) in delete_table() argument
987 if (MLCMPLT(ne, ce, tns, tcs)) in delete_table()
989 else if (MLCMPLT(ne, ce, tne, tce)) { in delete_table()
994 table->cc_ns = ne; in delete_table()
1002 table->cc_ns = ne; in delete_table()
1010 ne = table->cc_ne; in delete_table()
1018 tne = ne; in delete_table()
1040 if (MLCMPLT(ne, ce, in delete_table()
1048 ne, ce)) { in delete_table()
1052 table->cc_ns = ne; in delete_table()
1099 int n, ns, ne; in match() local
1108 ne = (pfa)->cc.s.cc_ne; in match()
1114 MLCMPLE(n, c, ne, ce)) { in match()
1130 ne = (pfa)->cc.s.cc_ne; in match()
1132 if (MLCMPLE(ns, cs, n, c) && MLCMPLE(n, c, ne, ce)) in match()