Lines Matching refs:ne

346 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s)  in ccl_member()  argument
354 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccl_member()
363 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) in ccln_member() argument
371 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccln_member()
431 int ns, ne; in cgotofn() local
499 ne = hatcn; in cgotofn()
500 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
503 ns, cs, ne, ce); in cgotofn()
508 ssyms[ssmax++].cc_ne = ne; in cgotofn()
512 ne = MAX_CODESET; in cgotofn()
513 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
516 ns, cs, ne, ce); in cgotofn()
521 ssyms[ssmax++].cc_ne = ne; in cgotofn()
626 ne = hatcn; in cgotofn()
627 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
629 ! ccln_member(ns, cs, ne, ce, in cgotofn()
634 ne, ce); in cgotofn()
639 ssyms[ssmax++].cc_ne = ne; in cgotofn()
643 ne = MAX_CODESET; in cgotofn()
644 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
646 ! ccln_member(ns, cs, ne, ce, in cgotofn()
651 ne, ce); in cgotofn()
656 ssyms[ssmax++].cc_ne = ne; in cgotofn()
722 ne = ssyms[j].cc_ne; in cgotofn()
725 symax = delete_table(symbol, symax, ns, cs, ne, ce); in cgotofn()
732 if (k == CHAR && ns == ne && cs == ce && in cgotofn()
735 ccl_member(ns, cs, ne, ce, in cgotofn()
738 !ccl_member(ns, cs, ne, ce, in cgotofn()
763 fatab[ind].cc.cc_ne = ne; in cgotofn()
775 fatab[ind].cc.cc_ne = ne; in cgotofn()
828 int ne, wchar_t ce) in insert_table() argument
849 if (MLCMPLT(ne, ce, tns, (tcs - 1))) { in insert_table()
862 table->cc_ne = ne; in insert_table()
866 ne = tne; in insert_table()
879 if (MLCMPLE(ne, ce, tne, tce)) { in insert_table()
892 table->cc_ne = ne; in insert_table()
907 table->cc_ne = ne; in insert_table()
921 if (MLCMPLT(ne, ce, table->cc_ns, (table->cc_cs - 1))) { in insert_table()
924 if (MLCMPLE(table->cc_ns, (table->cc_cs - 1), ne, ce) && in insert_table()
925 MLCMPLE(ne, ce, table->cc_ne, (table->cc_ce + 1))) { in insert_table()
929 if (MLCMPLT(ne, ce, table->cc_ne, table->cc_ce)) { in insert_table()
930 ne = table->cc_ne; in insert_table()
940 saved_table->cc_ne = ne; in insert_table()
966 int ne, wchar_t ce) in delete_table() argument
985 if (MLCMPLT(ne, ce, tns, tcs)) in delete_table()
987 else if (MLCMPLT(ne, ce, tne, tce)) { in delete_table()
992 table->cc_ns = ne; in delete_table()
1000 table->cc_ns = ne; in delete_table()
1008 ne = table->cc_ne; in delete_table()
1016 tne = ne; in delete_table()
1038 if (MLCMPLT(ne, ce, in delete_table()
1046 ne, ce)) { in delete_table()
1050 table->cc_ns = ne; in delete_table()
1097 int n, ns, ne; in match() local
1106 ne = (pfa)->cc.s.cc_ne; in match()
1112 MLCMPLE(n, c, ne, ce)) { in match()
1128 ne = (pfa)->cc.s.cc_ne; in match()
1130 if (MLCMPLE(ns, cs, n, c) && MLCMPLE(n, c, ne, ce)) in match()