Searched refs:subfields (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c481 pair_p subfields = NULL; local
488 pair_p old_subf = subfields;
582 subfields = xmalloc (sizeof (*subfields));
583 subfields->next = old_subf;
584 subfields->type = t;
585 subfields->name = xasprintf ("[%lu].%s", (unsigned long)aindex,
587 subfields->line.file = __FILE__;
588 subfields->line.line = __LINE__;
591 subfields
696 pair_p subfields = NULL; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype.c556 pair_p subfields = NULL; local
663 subfields = create_field (subfields, t,
667 subfields->opt = nodot;
669 subfields->opt = create_option (subfields->opt, "desc",
672 subfields->opt = create_option (subfields->opt, "desc",
680 subfields
681 = create_optional_field (subfields, field_t
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm841 subfields. Each subfield consists of a two byte header followed by the
844 The list of subfields can be supplied in any of the following formats
866 Alternatively the list of subfields can by supplied as a scalar, thus
H A DZip.pm1804 An extra field consists of zero or more subfields. Each subfield consists
1807 The list of subfields can be supplied in any of the following formats
1830 Alternatively the list of subfields can by supplied as a scalar, thus

Completed in 77 milliseconds