Lines Matching refs:CT_STRUCT
98 CT_STRUCT, enumerator
187 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT); in ng_struct_parse()
194 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_STRUCT); in ng_struct_unparse()
204 "{}", &off, start, buf, buflen, CT_STRUCT); in ng_struct_getDefault()
1217 != (ctype == CT_STRUCT ? T_LBRACE : T_LBRACKET)) { in ng_parse_composite()
1229 if (tok == (ctype == CT_STRUCT ? T_RBRACE : T_RBRACKET)) { in ng_parse_composite()
1237 if (ctype != CT_STRUCT) { in ng_parse_composite()
1393 (ctype == CT_STRUCT) ? '{' : '[')) != 0) in ng_unparse_composite()
1425 if (ctype != CT_STRUCT) { in ng_unparse_composite()
1455 didOne ? " " : "", (ctype == CT_STRUCT) ? '}' : ']'); in ng_unparse_composite()
1476 case CT_STRUCT: in ng_get_composite_elem_default()
1519 case CT_STRUCT: in ng_get_composite_len()
1561 case CT_STRUCT: in ng_get_composite_etype()
1602 if (ctype == CT_STRUCT) { in ng_parse_get_elem_pad()