Home
last modified time | relevance | path

Searched refs:cv_type_get (Results 1 – 12 of 12) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_tutorial.c73 cv_type2str(cv_type_get(cv)), in cb()
244 if (cv_type_get(cv) != CGV_STRING) in incstr()
H A Dcligen_file.c109 cv_type2str(cv_type_get(cv)), in callback()
H A Dcligen_cv.h129 enum cv_type cv_type_get(cg_var *cv);
H A Dcligen_print.c112 if (cv_type_get(cv1) != CGV_EMPTY){ in cov2cbuf()
H A Dcligen_cvec.c261 if (cvv && cv && (tail = cvec_add(cvv, cv_type_get(cv)))) { in cvec_append_var()
H A Dcligen_tutorial.tex927 enum cv_type type = cv_type_get(cv);
1297 if (cv_type_get(cv) != CGV_STRING)
H A Dcligen_cv.c128 cv_type_get(cg_var *cv) in cv_type_get() function
/dports/devel/clixon/clixon-4.8.0/example/main/
H A Dexample_cli.c171 if (cv_type_get(cv) != CGV_STRING) in incstr()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c933 if (cv_type_get(ycv) != cvtype){ in ys_cv_validate()
935 if (cvtype == CGV_STRING && cv_type_get(ycv) == CGV_REST) in ys_cv_validate()
939 cv_type2str(cvtype), cv_type2str(cv_type_get(ycv))); in ys_cv_validate()
H A Dclixon_path.c238 if (cvec_len(cp->cp_cvk) == 1 && (cv_type_get(cv) == CGV_UINT32)) in clixon_path_print()
1476 (cv_type_get(cv) == CGV_UINT32)){ in clixon_path_search()
H A Dclixon_validate.c999 cvtype = cv_type_get(cv); in xml_yang_validate_add()
H A Dclixon_xml_map.c485 if (cv_type_get(cv)==CGV_ERR || cv_name_get(cv) == NULL) in cvec2xml_1()