| /openbsd-src/usr.bin/vi/common/ |
| H A D | search.c | 147 busy_t btype; in f_search() local 196 btype = BUSY_ON; in f_search() 202 search_busy(sp, btype); in f_search() 203 btype = BUSY_UPDATE; in f_search() 279 busy_t btype; in b_search() local 315 btype = BUSY_ON; in b_search() 321 search_busy(sp, btype); in b_search() 322 btype = BUSY_UPDATE; in b_search() 459 search_busy(SCR *sp, busy_t btype) in search_busy() argument 461 sp->gp->scr_busy(sp, "Searching...", btype); in search_busy()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gnu-v2-abi.c | 201 struct type *btype; in gnuv2_value_rtti_type() local 233 btype = TYPE_VPTR_BASETYPE (known_type); in gnuv2_value_rtti_type() 234 CHECK_TYPEDEF (btype); in gnuv2_value_rtti_type() 235 if (btype != known_type ) in gnuv2_value_rtti_type() 237 v = value_cast (btype, v); in gnuv2_value_rtti_type()
|
| /openbsd-src/usr.bin/vi/ex/ |
| H A D | ex_global.c | 68 busy_t btype; in ex_g_setup() local 193 btype = BUSY_ON; in ex_g_setup() 204 search_busy(sp, btype); in ex_g_setup() 205 btype = BUSY_UPDATE; in ex_g_setup()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | srconv.c | 648 dbt.btype = BTYPE_VOID; in walk_tree_type_1() 654 dbt.btype = BTYPE_CHAR; in walk_tree_type_1() 662 dbt.btype = BTYPE_INT; in walk_tree_type_1() 668 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 673 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 678 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 683 dbt.btype = BTYPE_CHAR; in walk_tree_type_1() 691 dbt.btype = BTYPE_INT; in walk_tree_type_1() 744 dbt.btype = BTYPE_STRUCT; in walk_tree_type_1() 770 dbt.btype = BTYPE_TAG; in walk_tree_type_1() [all …]
|
| H A D | sysroff.info | 285 (("basic type") (1 byte) ("btype")) 319 (("basic type") (1 byte) ("btype") 343 (cond "ptr->btype==BTYPE_TAG || ptr->btype == BTYPE_TYPE"
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | flowspec.c | 204 int atype, btype; in flowspec_cmp() local 210 bcomplen = flowspec_next_component(b, blen, is_v6, &btype); in flowspec_cmp() 218 if (atype < btype) in flowspec_cmp() 220 if (atype > btype) in flowspec_cmp()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | srconv.c | 652 dbt.btype = BTYPE_VOID; in walk_tree_type_1() 658 dbt.btype = BTYPE_CHAR; in walk_tree_type_1() 666 dbt.btype = BTYPE_INT; in walk_tree_type_1() 672 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 677 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 682 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 687 dbt.btype = BTYPE_CHAR; in walk_tree_type_1() 695 dbt.btype = BTYPE_INT; in walk_tree_type_1() 748 dbt.btype = BTYPE_STRUCT; in walk_tree_type_1() 774 dbt.btype = BTYPE_TAG; in walk_tree_type_1() [all …]
|
| H A D | sysroff.info | 285 (("basic type") (1 byte) ("btype")) 319 (("basic type") (1 byte) ("btype") 343 (cond "ptr->btype==BTYPE_TAG || ptr->btype == BTYPE_TYPE"
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | cplus-dem.c | 2432 int btype; in demangle_class() local 2437 btype = register_Btype (work); in demangle_class() 2461 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype); in demangle_class() 3857 string btype; in demangle_fund_type() local 3858 string_init (&btype); in demangle_fund_type() 3859 if (demangle_class_name (work, mangled, &btype)) { in demangle_fund_type() 3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex); in demangle_fund_type() 3862 string_appends (result, &btype); in demangle_fund_type() 3866 string_delete (&btype); in demangle_fund_type() 3871 string btype; in demangle_fund_type() local [all …]
|
| H A D | ChangeLog | 1900 (do_type): Remove unused variable btype. Add missing string_delete 1902 (demangle_fund_type): Move variable btype inside of the switch
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | creator.c | 104 int btype; in creator_attach() local 153 btype = getpropint(sc->sc_node, "board_type", 0); in creator_attach() 154 if ((btype & 7) == 3) in creator_attach()
|
| H A D | sbus.c | 536 sbus_bus_addr(bus_space_tag_t t, u_int btype, u_int offset) in sbus_bus_addr() argument 539 int slot = btype; in sbus_bus_addr()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-arm.c | 682 output_bfd, error_message, btype) in coff_thumb_pcrel_common() argument 690 thumb_pcrel_branchtype btype; 703 switch (btype) 738 switch (btype) 778 switch (btype)
|
| /openbsd-src/usr.bin/vi/vi/ |
| H A D | vs_msg.c | 58 vs_busy(SCR *sp, const char *msg, busy_t btype) in vs_busy() argument 79 switch (btype) { in vs_busy()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-arm.c | 628 thumb_pcrel_branchtype btype) in coff_thumb_pcrel_common() argument 640 switch (btype) in coff_thumb_pcrel_common() 675 switch (btype) in coff_thumb_pcrel_common() 715 switch (btype) in coff_thumb_pcrel_common()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1993 | 434 DECL_NAME (TYPE_NAME (btype)) to TYPE_NESTED_NAME (btype).
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 1273 tree btype = BINFO_TYPE (binfo); in objc_copy_binfo() local 1278 BINFO_TYPE (binfo2) = btype; in objc_copy_binfo()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.1 | 9279 DECL_NAME (TYPE_NAME (btype)) to TYPE_NESTED_NAME (btype).
|