Home
last modified time | relevance | path

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

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_printC.c335 VN_pair vn_btype[ ] = variable
726 return get_vn_name( vn_btype, val ); in boxtype_name()
736 return get_vn_val( vn_btype, cc ); in boxtype_val()
1612 emit_attrib( fp, obj->boxtype, vn_btype, in output_object()
H A Dfd_main.h469 extern VN_pair vn_btype[ ];
H A Dfd_attribs.c365 for ( i = 1, vp = vn_btype; vp->val >= 0; vp++, i++ ) in attrib_init()
H A Dfd_objects.c404 for ( vp = vn_btype; vp->val >= 0; vp++ ) in init_classes()
/dports/x11-toolkits/xforms/xforms-1.2.4/fd2ps/
H A Dload.c686 static VN_pair vn_btype[ ] = variable
718 VN_pair *vn = vn_btype; in boxtype_val()