Lines Matching refs:CT_STRUCT
96 CT_STRUCT, enumerator
185 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT); in ng_struct_parse()
192 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_STRUCT); in ng_struct_unparse()
202 "{}", &off, start, buf, buflen, CT_STRUCT); in ng_struct_getDefault()
1219 != (ctype == CT_STRUCT ? T_LBRACE : T_LBRACKET)) { in ng_parse_composite()
1231 if (tok == (ctype == CT_STRUCT ? T_RBRACE : T_RBRACKET)) { in ng_parse_composite()
1239 if (ctype != CT_STRUCT) { in ng_parse_composite()
1395 (ctype == CT_STRUCT) ? '{' : '[')) != 0) in ng_unparse_composite()
1427 if (ctype != CT_STRUCT) { in ng_unparse_composite()
1457 didOne ? " " : "", (ctype == CT_STRUCT) ? '}' : ']'); in ng_unparse_composite()
1478 case CT_STRUCT: in ng_get_composite_elem_default()
1521 case CT_STRUCT: in ng_get_composite_len()
1563 case CT_STRUCT: in ng_get_composite_etype()
1604 if (ctype == CT_STRUCT) { in ng_parse_get_elem_pad()