| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 86 std::unique_ptr<MCAsmBackend> &&TAB, bool ShowInst); 89 std::unique_ptr<MCAsmBackend> &&TAB, 94 std::unique_ptr<MCAsmBackend> &&TAB, 100 std::unique_ptr<MCAsmBackend> &&TAB, 105 std::unique_ptr<MCAsmBackend> &&TAB, 172 std::unique_ptr<MCAsmBackend> &&TAB, 176 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, 181 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, 187 std::unique_ptr<MCAsmBackend> &&TAB, 192 std::unique_ptr<MCAsmBackend> &&TAB, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCELFStreamer.h | 29 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument 32 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer() 36 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument 40 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-m68k.c | 726 #define TAB(x,y) (((x) << 2) + (y)) macro 795 { 127, -128, 0, TAB (BRANCHBWL, SHORT) }, 796 { 32767, -32768, 2, TAB (BRANCHBWL, LONG) }, 800 { 127, -128, 0, TAB (BRABSJUNC, SHORT) }, 801 { 32767, -32768, 2, TAB (BRABSJUNC, LONG) }, 805 { 127, -128, 0, TAB (BRABSJCOND, SHORT) }, 806 { 32767, -32768, 2, TAB (BRABSJCOND, LONG) }, 810 { 127, -128, 0, TAB (BRANCHBW, SHORT) }, 816 { 32767, -32768, 2, TAB (FBRANCH, LONG) }, 821 { 32767, -32768, 2, TAB (DBCCLBR, LONG) }, [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-m68k.c | 727 #define TAB(x,y) (((x) << 2) + (y)) macro 796 { 127, -128, 0, TAB (BRANCHBWL, SHORT) }, 797 { 32767, -32768, 2, TAB (BRANCHBWL, LONG) }, 801 { 127, -128, 0, TAB (BRABSJUNC, SHORT) }, 802 { 32767, -32768, 2, TAB (BRABSJUNC, LONG) }, 806 { 127, -128, 0, TAB (BRABSJCOND, SHORT) }, 807 { 32767, -32768, 2, TAB (BRABSJCOND, LONG) }, 811 { 127, -128, 0, TAB (BRANCHBW, SHORT) }, 817 { 32767, -32768, 2, TAB (FBRANCH, LONG) }, 822 { 32767, -32768, 2, TAB (DBCCLBR, LONG) }, [all …]
|
| /netbsd-src/distrib/sets/ |
| H A D | culldeps | 33 TAB=" " 51 ${JOIN} -t "${TAB}" "${NEXTJOIN}" "${LEFTOVERS}" | ${SORT} 1>&2 60 ${JOIN} -v 2 -t "${TAB}" "${NEXTJOIN}" "${LEFTOVERS}" | \
|
| /netbsd-src/usr.bin/colrm/ |
| H A D | colrm.c | 55 #define TAB 8 macro 110 column = (column + TAB) & ~(TAB - 1); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 49 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer() argument 51 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer() 55 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer() argument 58 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
|
| H A D | HexagonMCELFStreamer.h | 24 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, 28 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
|
| /netbsd-src/games/adventure/ |
| H A D | io.c | 280 if ((*s = next()) == TAB || *s == '\n' || *s == LF) in rnum() 382 if ((*s = next()) == TAB || *s == LF) in rtrav() 447 if ((*s = next()) == TAB || *s == '\n' || *s == LF in rvoc() 468 if (breakch == TAB) /* there's another entry */ in rlocs() 548 while ((*s++ ^ *tape++) != TAB); /* read past loc num */ in speak() 585 for (numst = s; (*s ^= *tape++) != TAB; s++); /* get number */ in pspeak()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsNaClELFStreamer.cpp | 45 MipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MipsNaClELFStreamer() argument 48 : MipsELFStreamer(Context, std::move(TAB), std::move(OW), in MipsNaClELFStreamer() 263 std::unique_ptr<MCAsmBackend> TAB, in createMipsNaClELFStreamer() argument 268 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createMipsNaClELFStreamer()
|
| H A D | MipsMCNaCl.h | 26 std::unique_ptr<MCAsmBackend> TAB,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFStreamer.cpp | 138 AArch64ELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AArch64ELFStreamer() argument 141 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AArch64ELFStreamer() 268 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in createAArch64ELFStreamer() argument 272 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createAArch64ELFStreamer()
|
| H A D | AArch64MCTargetDesc.cpp | 281 std::unique_ptr<MCAsmBackend> &&TAB, in createELFStreamer() argument 285 return createAArch64ELFStreamer(Ctx, std::move(TAB), std::move(OW), in createELFStreamer() 290 std::unique_ptr<MCAsmBackend> &&TAB, in createMachOStreamer() argument 295 return createMachOStreamer(Ctx, std::move(TAB), std::move(OW), in createMachOStreamer() 301 createWinCOFFStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, in createWinCOFFStreamer() argument 305 return createAArch64WinCOFFStreamer(Ctx, std::move(TAB), std::move(OW), in createWinCOFFStreamer()
|
| H A D | AArch64ELFStreamer.h | 21 std::unique_ptr<MCAsmBackend> TAB,
|
| H A D | AArch64WinCOFFStreamer.h | 22 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/src/Banner/ |
| H A D | resutil | 77 PRINT "resourceutils";TAB(25);"Start : ";~start%;TAB(40);"Length : ";~P%-start% 121 PRINT filename$;TAB(25);"Start : ";~start%;TAB(40);"Length : ";~P%-start%
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | infomap.c | 344 map[TAB].function = ea_complete; in initialize_emacs_like_keymaps() 366 map[TAB].function = ea_tab_insert; in initialize_emacs_like_keymaps() 409 map[TAB].function = info_move_to_next_xref; in initialize_emacs_like_keymaps() 465 map[TAB].function = info_move_to_prev_xref; in initialize_emacs_like_keymaps() 594 map[TAB].function = ea_complete; in initialize_vi_like_keymaps() 621 map[TAB].function = ea_tab_insert; in initialize_vi_like_keymaps() 664 map[TAB].function = info_move_to_next_xref; in initialize_vi_like_keymaps() 739 map[TAB].function = info_move_to_prev_xref; in initialize_vi_like_keymaps() 854 TAB, NUL, A_info_move_to_next_xref, 921 ESC, TAB, NUL, A_info_move_to_prev_xref, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCWasmStreamer.h | 25 MCWasmStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MCWasmStreamer() argument 28 : MCObjectStreamer(Context, std::move(TAB), std::move(OW), in MCWasmStreamer()
|
| H A D | MCELFStreamer.h | 25 MCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, 102 std::unique_ptr<MCAsmBackend> TAB,
|
| /netbsd-src/usr.bin/column/ |
| H A D | column.c | 58 #define TAB 8 macro 59 #define TABROUND(l) (((l) + TAB) & ~(TAB - 1))
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | chardefs.h | 140 #ifndef TAB 141 #define TAB '\t' macro
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | chardefs.h | 140 #ifndef TAB 141 #define TAB '\t' macro
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/ |
| H A D | general3 | 24 TAB = \t \# A TAB and some spaces 28 \$(STR) \$(TAB)",
|
| /netbsd-src/usr.bin/fpr/ |
| H A D | fpr.c | 53 #define TAB '\t' macro 222 case TAB: in get_text()
|
| /netbsd-src/share/misc/ |
| H A D | country | 6 # <Name><TAB><Alpha-2-code><TAB><Alpha-3-code><TAB><Numeric-3-code><TAB><FIPS>
|