Lines Matching defs:ctltype
970 show_info(char *name, const char *sep, int ctltype, char *fmt, int *qoid, int nlen)
980 if (ctl_typename[ctltype] != NULL)
981 prntype = ctl_typename[ctltype];
1031 int i, hexlen, sign, ctltype;
1079 ctltype = (kind & CTLTYPE);
1081 return show_info(name, sep, ctltype, fmt, qoid, nlen);
1101 if (ctltype == CTLTYPE_OPAQUE) {
1145 if (i != 0 || (len == 0 && ctltype != CTLTYPE_STRING)) {
1157 sign = ctl_sign[ctltype];
1158 intlen = ctl_size[ctltype];
1160 switch (ctltype) {