Home
last modified time | relevance | path

Searched refs:cv_isstring (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.h104 #define cv_isstring(t)((t)==CGV_STRING||(t)==CGV_REST|| \ macro
H A Dcligen_cvec.c627 if ((cv = cvec_find(cvv, name)) != NULL && cv_isstring(cv->var_type)) in cvec_find_str()
H A Dcligen_object.c712 if (cv_isint(co1->co_vtype) || cv_isstring(co1->co_vtype)) { in co_eq()
H A Dcligen_cv.c3636 if (cv_isstring(cv->var_type)) in cv_size()