| /src/usr.bin/colrm/ |
| colrm.c | 55 #define TAB 8 110 column = (column + TAB) & ~(TAB - 1);
|
| /src/games/adventure/ |
| hdr.h | 63 #define TAB 011
|
| /src/external/bsd/byacc/dist/test/btyacc/ |
| ok_syntax1.tab.h | 1 /* $NetBSD: ok_syntax1.tab.h,v 1.2 2024/09/14 21:29:04 christos Exp $ */ 19 #define TAB 271
|
| ok_syntax1.tab.c | 1 /* $NetBSD: ok_syntax1.tab.c,v 1.7 2026/01/18 16:41:30 christos Exp $ */ 149 #line 148 "ok_syntax1.tab.c" 199 #define TAB 271 358 "STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS","$accept","list","stat", 513 #line 512 "ok_syntax1.tab.c" 1247 #line 1246 "ok_syntax1.tab.c" 1252 #line 1251 "ok_syntax1.tab.c" 1257 #line 1256 "ok_syntax1.tab.c" 1262 #line 1261 "ok_syntax1.tab.c" 1267 #line 1266 "ok_syntax1.tab.c [all...] |
| /src/external/bsd/byacc/dist/test/yacc/ |
| ok_syntax1.tab.h | 1 /* $NetBSD: ok_syntax1.tab.h,v 1.2 2024/09/14 21:29:05 christos Exp $ */ 16 #define TAB 271
|
| ok_syntax1.tab.c | 1 /* $NetBSD: ok_syntax1.tab.c,v 1.7 2026/01/18 16:41:31 christos Exp $ */ 129 #line 128 "ok_syntax1.tab.c" 179 #define TAB 271 296 "STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",NULL,NULL,NULL,NULL,NULL, 403 #line 402 "ok_syntax1.tab.c" 616 #line 615 "ok_syntax1.tab.c" 621 #line 620 "ok_syntax1.tab.c" 626 #line 625 "ok_syntax1.tab.c" 631 #line 630 "ok_syntax1.tab.c" 636 #line 635 "ok_syntax1.tab.c [all...] |
| /src/external/gpl2/texinfo/dist/info/ |
| infomap.h | 31 #define TAB '\011'
|
| /src/usr.bin/column/ |
| column.c | 58 #define TAB 8 59 #define TABROUND(l) (((l) + TAB) & ~(TAB - 1))
|
| /src/usr.bin/fpr/ |
| fpr.c | 53 #define TAB '\t' 222 case TAB:
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| chardefs.h | 141 #ifndef TAB 142 #define TAB '\t'
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| chardefs.h | 141 #ifndef TAB 142 #define TAB '\t'
|
| /src/usr.bin/col/ |
| col.c | 67 #define TAB '\t' /* tab */ 74 #define VT '\013' /* vertical tab (aka reverse line feed) */ 115 static int compress_spaces; /* if doing space -> tab conversion */ 236 case TAB: /* adjust column */ 427 * Write a line to stdout taking care of space to tab conversion (-h flag)
|
| /src/sys/sys/ |
| tty.h | 201 #define TS_CNTTB 0x01000 /* Counting tab width, ignore FLUSHO. */ 218 #define TAB 4
|
| /src/lib/libedit/ |
| readline.c | 66 #define TAB '\r'
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 727 #define TAB(x,y) (((x) << 2) + (y)) 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...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 727 #define TAB(x,y) (((x) << 2) + (y)) 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...] |