Home
last modified time | relevance | path

Searched refs:CGV_REST (Results 1 – 9 of 9) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c114 {"string", CGV_REST}, /* For cv -> yang translation of rest */
131 {"union", CGV_REST}, /* Is replaced by actual type */
158 {"union", CGV_REST}, /* Is replaced by actual type */
623 case CGV_REST: in cv_validate1()
658 case CGV_REST: in cv_validate1()
935 if (cvtype == CGV_STRING && cv_type_get(ycv) == CGV_REST) in ys_cv_validate()
945 assert(cvtype == CGV_REST); in ys_cv_validate()
H A Dclixon_json.c556 case CGV_REST: in xml2json_encode_leafs()
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.h73 CGV_REST, /* Rest of line, not parsed */ enumerator
104 #define cv_isstring(t)((t)==CGV_STRING||(t)==CGV_REST|| \
H A Dcligen_cv.c1961 return CGV_REST; in cv_str2type()
2033 case CGV_REST: in cv_type2str()
2120 case CGV_REST: in cv_len()
2262 case CGV_REST: in cv2cbuf()
2395 case CGV_REST: in cv2str()
2540 case CGV_REST: in cv_print()
2850 case CGV_REST: in cv_parse1()
3288 case CGV_REST: in cv_validate()
3394 case CGV_REST: in cv_cmp()
3477 case CGV_REST: in cv_cp()
[all …]
H A Dcligen_cvec.c489 cv->var_type = CGV_REST; in cvec_start()
H A Dcligen_object.c301 case CGV_REST: in cov_pref()
H A Dcligen_read.c658 if ((cv = cvec_add(cvvall, CGV_REST)) == NULL) in cliread_parse()
H A Dcligen_match.c72 #define ISREST(co) ((co)->co_type == CO_VARIABLE && (co)->co_vtype == CGV_REST)
H A Dcligen_parse.y932 if (cy->cy_var->co_vtype != CGV_STRING && cy->cy_var->co_vtype != CGV_REST) in cg_regexp()