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

  /src/usr.bin/xlint/lint1/
init.c 542 const type_t *sub_type = designation_parent_type(dn, bl->bl_type); local
548 warn_too_many_initializers(dr_kind, sub_type);
  /src/external/bsd/am-utils/dist/conf/mount/
mount_linux.c 633 char *sub_type = NULL; local
638 sub_type = hasmnteq(mnt, "type");
639 if (sub_type) {
640 sub_type = xstrdup(sub_type);
641 type = strpbrk(sub_type, ",:;\n\t");
646 type = sub_type;
742 if (sub_type != NULL)
743 XFREE(sub_type);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_cmd.h 62 unsigned int sub_type : 8; member in struct:dmub_cmd_header
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-perl.c 549 int sub_type; /* for token_type_string, token_type_symbol */ member in struct:token_ty
897 switch (tp->sub_type)
913 if (tp->sub_type == string_type_verbatim)
917 if (tp->sub_type == string_type_verbatim)
937 if (tp->sub_type == string_type_q)
1695 token.sub_type = string_type_qq;
2166 tp->sub_type = symbol_type_none;
2200 tp->sub_type = symbol_type_none;
2249 tp->sub_type = symbol_type_none;
2262 tp->sub_type = string_type_qq
    [all...]

Completed in 19 milliseconds