Home
last modified time | relevance | path

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

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c213 if (cv_flag(pcv, V_INVERT)) in compile_pattern2regexp()
214 cv_flag_set(rcv, V_INVERT); in compile_pattern2regexp()
400 if (cv_flag(cvr, V_INVERT)) in cv_validate_pattern()
1151 cv_flag_set(cv, V_INVERT); in yang_type_resolve_restrictions()
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.h50 #define V_INVERT 0x01 /* Used by regexp code as inverted regexps */ macro
H A Dcligen_parse.y930 cv_flag_set(cv, V_INVERT); in cg_regexp()
H A Dcligen_cv.c3296 if ((retval = match_regexp(h, str, regexp, cv_flag(cv1, V_INVERT))) < 0) in cv_validate()
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_generate.c320 invert = cv_flag(cvp, V_INVERT); in yang2cli_var_pattern()