HomeSort by: relevance | last modified time | path
    Searched defs:bl_type (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
init.c 92 const type_t *bl_type; member in struct:brace_level
435 bl->bl_type = tp;
454 lint_assert(bl->bl_type != NULL);
456 debug_printf("type '%s'\n", type_name(bl->bl_type));
470 return designation_type(&bl->bl_designation, bl->bl_type);
486 const type_t *tp = designation_parent_type(dn, bl->bl_type);
489 (void)designation_descend(dn, bl->bl_type);
542 const type_t *sub_type = designation_parent_type(dn, bl->bl_type);
576 if (dn->dn_len == 0 && can_init_character_array(bl->bl_type, rn))
578 if (dn->dn_len == 0 && !designation_descend(dn, bl->bl_type))
    [all...]

Completed in 13 milliseconds