Home
last modified time | relevance | path

Searched refs:is_name (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c2346 if (is_name) in rsrc_print_resource_entries()
3125 if (is_name) in rsrc_count_entries()
3235 bfd_boolean is_name; member
3259 bfd_boolean is_name, in rsrc_parse_entry() argument
3272 entry->is_name = is_name; in rsrc_parse_entry()
3274 if (is_name) in rsrc_parse_entry()
3474 if (entry->is_name) in rsrc_write_entry()
3631 if (! is_name) in rsrc_cmp()
3782 if (entry->is_name) in rsrc_resource_name()
3957 if (!entry->is_name in rsrc_sort_entries()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c2320 if (is_name) in rsrc_print_resource_entries()
3078 bfd_boolean is_name, in rsrc_count_entries() argument
3089 if (is_name) in rsrc_count_entries()
3199 bfd_boolean is_name; member
3223 bfd_boolean is_name, in rsrc_parse_entry() argument
3236 entry->is_name = is_name; in rsrc_parse_entry()
3238 if (is_name) in rsrc_parse_entry()
3438 if (entry->is_name) in rsrc_write_entry()
3595 if (! is_name) in rsrc_cmp()
3728 if (dir->entry->is_name) in rsrc_resource_name()
[all …]
/dragonfly/bin/sh/pregenerated/
H A Dsyntax.h46 #define is_name(c) ((is_type+SYNBASE)[(int)c] & (ISUPPER|ISLOWER|ISUNDER)) macro
/dragonfly/bin/sh/
H A Dparser.c1642 } else if (c == '{' || is_name(c) || is_special(c)) { in readtoken1()
1653 if (!is_eof(c) && is_name(c)) { in readtoken1()
1871 if (! is_name(*p)) in goodname()
1884 if (!is_name(*p)) in isassignment()
H A Dvar.c237 if (! is_name(*p)) in setvar()
H A Dexpand.c681 if (! is_name(*p)) in evalvar()