Lines Matching refs:not

1147 node_new_cclass_by_codepoint_range(int not, OnigCodePoint sb_out,  in node_new_cclass_by_codepoint_range()  argument
1158 if (not != 0) NCCLASS_SET_NOT(cc); in node_new_cclass_by_codepoint_range()
1197 node_new_ctype(int type, int not) in node_new_ctype() argument
1204 NCTYPE(node)->not = not; in node_new_ctype()
2311 int not; member
2948 tok->u.prop.not = 0; in fetch_token_in_cc()
2953 tok->u.prop.not = 1; in fetch_token_in_cc()
2958 tok->u.prop.not = 0; in fetch_token_in_cc()
2963 tok->u.prop.not = 1; in fetch_token_in_cc()
2968 tok->u.prop.not = 0; in fetch_token_in_cc()
2973 tok->u.prop.not = 1; in fetch_token_in_cc()
2979 tok->u.prop.not = 0; in fetch_token_in_cc()
2985 tok->u.prop.not = 1; in fetch_token_in_cc()
2995 tok->u.prop.not = (c == 'P' ? 1 : 0); in fetch_token_in_cc()
3000 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); in fetch_token_in_cc()
3235 tok->u.prop.not = 0; in fetch_token()
3242 tok->u.prop.not = 1; in fetch_token()
3275 tok->u.prop.not = 0; in fetch_token()
3282 tok->u.prop.not = 1; in fetch_token()
3289 tok->u.prop.not = 0; in fetch_token()
3296 tok->u.prop.not = 1; in fetch_token()
3303 tok->u.prop.not = 0; in fetch_token()
3310 tok->u.prop.not = 1; in fetch_token()
3560 tok->u.prop.not = (c == 'P' ? 1 : 0); in fetch_token()
3565 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); in fetch_token()
3756 add_ctype_to_cc_by_range(CClassNode* cc, int ctype ARG_UNUSED, int not, in add_ctype_to_cc_by_range() argument
3765 if (not == 0) { in add_ctype_to_cc_by_range()
3830 add_ctype_to_cc(CClassNode* cc, int ctype, int not, ScanEnv* env) in add_ctype_to_cc() argument
3839 return add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sb_out, ranges); in add_ctype_to_cc()
3858 if (not != 0) { in add_ctype_to_cc()
3875 if (not != 0) { in add_ctype_to_cc()
3891 if (not == 0) { in add_ctype_to_cc()
3939 int not, i, r; in parse_posix_bracket() local
3946 not = 1; in parse_posix_bracket()
3949 not = 0; in parse_posix_bracket()
3960 r = add_ctype_to_cc(cc, pb->ctype, not, env); in parse_posix_bracket()
4034 if (tok->u.prop.not != 0) NCCLASS_SET_NOT(cc); in parse_char_property()
4329 r = add_ctype_to_cc(cc, tok->u.prop.ctype, tok->u.prop.not, env); in parse_char_class()
4343 r = add_ctype_to_cc(cc, ctype, tok->u.prop.not, env); in parse_char_class()
4861 int not; member
4869 if (x->not != y->not) return 1; in type_cclass_cmp()
4890 val += key->not; in type_cclass_hash()
5187 *np = node_new_ctype(tok->u.prop.ctype, tok->u.prop.not); in parse_exp()
5210 key.not = tok->u.prop.not; in parse_exp()
5231 *np = node_new_cclass_by_codepoint_range(tok->u.prop.not, in parse_exp()
5253 if (tok->u.prop.not != 0) NCCLASS_SET_NOT(cc); in parse_exp()