Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/openbsd-src/regress/usr.bin/mandoc/char/space/
H A Dtab.out_lint1 mandoc: tab.in:11:2: WARNING: tab in filled text
2 mandoc: tab.in:13:3: WARNING: tab in filled text
3 mandoc: tab.in:15:4: WARNING: tab in filled text
4 mandoc: tab.in:17:5: WARNING: tab in filled text
5 mandoc: tab.in:19:6: WARNING: tab in filled text
6 mandoc: tab.in:21:7: WARNING: tab in filled text
7 mandoc: tab.in:23:8: WARNING: tab in filled text
8 mandoc: tab.in:25:9: WARNING: tab in filled text
9 mandoc: tab.in:27:10: WARNING: tab in filled text
10 mandoc: tab.in:29:11: WARNING: tab in filled text
[all …]
H A Dtab-man.out_lint1 mandoc: tab-man.in:8:2: WARNING: tab in filled text
2 mandoc: tab-man.in:10:3: WARNING: tab in filled text
3 mandoc: tab-man.in:12:4: WARNING: tab in filled text
4 mandoc: tab-man.in:14:5: WARNING: tab in filled text
5 mandoc: tab-man.in:16:6: WARNING: tab in filled text
6 mandoc: tab-man.in:18:7: WARNING: tab in filled text
7 mandoc: tab-man.in:20:8: WARNING: tab in filled text
8 mandoc: tab-man.in:22:9: WARNING: tab in filled text
9 mandoc: tab-man.in:24:10: WARNING: tab in filled text
10 mandoc: tab-man.in:26:11: WARNING: tab in filled text
[all …]
H A Dtab.out_ascii21 tab space
22 tab tab
23 space tab
24 tab
25 tab
26 This line starts with a tab and comes close to the right margin.
27 The next line starts with a tab as well.
43 tab space
44 tab tab
45 space tab
[all …]
H A Dtab-man.out_ascii4 SPACE-TAB-MAN - handling of literal tab characters
21 tab space
22 tab tab
23 space tab
24 tab
25 tab
26 This line starts with a tab and comes close to the right margin.
27 The next line starts with a tab as well.
42 tab space
43 tab tab
[all …]
H A Desct-man.out_lint1 mandoc: esct-man.in:8:7: WARNING: tab in filled text
2 mandoc: esct-man.in:14:7: WARNING: tab in filled text
3 mandoc: esct-man.in:14:8: WARNING: tab in filled text
4 mandoc: esct-man.in:34:11: WARNING: tab in filled text
5 mandoc: esct-man.in:36:11: WARNING: tab in filled text
6 mandoc: esct-man.in:44:10: WARNING: tab in filled text
7 mandoc: esct-man.in:49:10: WARNING: tab in filled text
8 mandoc: esct-man.in:49:11: WARNING: tab in filled text
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-strtab.c128 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free() argument
130 bfd_hash_table_free (&tab->table); in _bfd_elf_strtab_free()
131 free (tab->array); in _bfd_elf_strtab_free()
132 free (tab); in _bfd_elf_strtab_free()
139 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add() argument
150 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_add()
152 bfd_hash_lookup (&tab->table, str, TRUE, copy); in _bfd_elf_strtab_add()
163 if (tab->size == tab->alloced) in _bfd_elf_strtab_add()
166 tab->alloced *= 2; in _bfd_elf_strtab_add()
167 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
[all …]
H A Dhash.c642 _bfd_stringtab_add (struct bfd_strtab_hash *tab, in _bfd_stringtab_add() argument
651 entry = strtab_hash_lookup (tab, str, TRUE, copy); in _bfd_stringtab_add()
657 entry = bfd_hash_allocate (&tab->table, sizeof (* entry)); in _bfd_stringtab_add()
666 n = bfd_hash_allocate (&tab->table, strlen (str) + 1); in _bfd_stringtab_add()
677 entry->index = tab->size; in _bfd_stringtab_add()
678 tab->size += strlen (str) + 1; in _bfd_stringtab_add()
679 if (tab->xcoff) in _bfd_stringtab_add()
682 tab->size += 2; in _bfd_stringtab_add()
684 if (tab->first == NULL) in _bfd_stringtab_add()
685 tab->first = entry; in _bfd_stringtab_add()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf-strtab.c127 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free() argument
129 bfd_hash_table_free (&tab->table); in _bfd_elf_strtab_free()
130 free (tab->array); in _bfd_elf_strtab_free()
131 free (tab); in _bfd_elf_strtab_free()
138 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add() argument
149 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_add()
151 bfd_hash_lookup (&tab->table, str, TRUE, copy); in _bfd_elf_strtab_add()
162 if (tab->size == tab->alloced) in _bfd_elf_strtab_add()
165 tab->alloced *= 2; in _bfd_elf_strtab_add()
166 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
[all …]
H A Dhash.c634 _bfd_stringtab_add (tab, str, hash, copy) in _bfd_stringtab_add() argument
635 struct bfd_strtab_hash *tab; in _bfd_stringtab_add()
644 entry = strtab_hash_lookup (tab, str, TRUE, copy);
651 bfd_hash_allocate (&tab->table,
661 n = (char *) bfd_hash_allocate (&tab->table, strlen (str) + 1);
672 entry->index = tab->size;
673 tab->size += strlen (str) + 1;
674 if (tab->xcoff)
677 tab->size += 2;
679 if (tab->first == NULL)
[all …]
/openbsd-src/usr.sbin/mtree/
H A Dcompare.c57 tab = "\t"; \
60 tab = ""; \
79 char *cp, *tab = ""; in compare() local
119 tab, s->st_uid, p->fts_statp->st_uid); in compare()
128 tab = "\t"; in compare()
133 tab, s->st_gid, p->fts_statp->st_gid); in compare()
142 tab = "\t"; in compare()
163 tab, s->st_mode, p->fts_statp->st_mode & MBITS); in compare()
172 tab = "\t"; in compare()
180 tab, s->st_nlink, p->fts_statp->st_nlink); in compare()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffdump.c35 static void tab (int);
48 tab (int x) in tab() function
102 tab (1); in dump_coff_lines()
114 tab (0); in dump_coff_lines()
119 tab (-1); in dump_coff_lines()
125 tab (1); in dump_coff_type()
154 tab (0); in dump_coff_type()
158 tab(0); in dump_coff_type()
238 tab (-1); in dump_coff_type()
244 tab (1); in dump_coff_where()
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dcoffdump.c35 static void tab (int);
50 tab (int x) in tab() function
104 tab (1); in dump_coff_lines()
116 tab (0); in dump_coff_lines()
121 tab (-1); in dump_coff_lines()
127 tab (1); in dump_coff_type()
156 tab (0); in dump_coff_type()
160 tab(0); in dump_coff_type()
240 tab (-1); in dump_coff_type()
246 tab (1); in dump_coff_where()
[all …]
/openbsd-src/gnu/usr.bin/perl/utils/
H A Dh2ph.PL92 my ($t, $tab, %curargs, $new, $eval_index, $dir, $name, $args, $outfile);
102 $tab = 0;
185 $tab += 4;
186 $t = "\t" x ($tab / 8) . ' ' x ($tab % 8);
204 $tab -= 4;
205 $t = "\t" x ($tab / 8) . ' ' x ($tab % 8);
220 $tab += 4;
221 $t = "\t" x ($tab /
[all...]
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Drcs2log.sh57 tab=' '
89 *"$tab"* | *"$nl"*)
94 '') loginFullnameMailaddrs=$2$tab$3$tab$4;;
95 ?*) loginFullnameMailaddrs=$loginFullnameMailaddrs$nl$2$tab$3$tab$4
104 *"$tab"*)
105 t=$tab;;
199 /^.*change-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*"\([^"]*\)".*/{
202 /^.*change-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*t.*/{
472 if (logline ~ /[^'"$tab"' ]/) {
483 ….[0-9]+(\.[0-9]+\.[0-9]+)*(['"$tab"' ]+locked by: [^'"$tab"' $,.0-9:;@]*[^'"$tab"' $,:;@][^'"$tab"…
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-3.c1 int tab[9]; variable
7 int *xp = tab;
18 tab[0] = 0;
19 tab[1] = 1;
20 tab[2] = 2;
21 tab[3] = 0;
32 if (tab[0] != 0 || tab[1] != 1 || tab[2] != 2 || tab[3] != 0) in main()
H A D920501-6.c52 int plist (p0, p1, tab) in plist() argument
54 long long unsigned *tab;
59 long long unsigned *xp = tab;
76 return xp - tab;
83 long long tab[10]; local
85 nprimes = plist (str2llu ("1234111111"), str2llu ("1234111127"), tab);
87 if(tab[0]!=1234111117LL||tab[1]!=1234111121LL||tab[2]!=1234111127LL||tab[3]!=0)
H A D930518-1.c18 int tab[2]; in main() local
19 tab[0] = tab[1] = 0; in main()
20 f (tab); in main()
21 if (tab[0] != 2 || tab[1] != 1) in main()
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.c238 extend_match (m, sym, tab, second_pass) in extend_match() argument
241 Sym_Table *tab;
249 tab->base[tab->len] = *sym;
250 m->prev_index = tab->len;
253 tab->base[tab->len].next = m->first_match;
254 m->first_match = &tab->base[tab->len];
257 ++tab->len;
262 tab->base[m->prev_index].end_addr = sym->end_addr;
281 Sym_Table *tab; in sym_id_parse() local
301 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
[all …]
H A Dsymtab.c82 symtab_finalize (tab) in symtab_finalize() argument
83 Sym_Table *tab; in symtab_finalize()
88 if (!tab->len)
92 qsort (tab->base, tab->len, sizeof (Sym), cmp_addr);
96 prev_addr = tab->base[0].addr + 1;
98 for (src = dst = tab->base; src < tab->limit; ++src)
141 if (dst > tab->base && dst[-1].end_addr == 0)
154 if (tab->len > 0 && dst[-1].end_addr == 0)
159 tab->len - (int) (dst - tab->base)));
161 tab->limit = dst;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.c231 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) in extend_match() argument
238 tab->base[tab->len] = *sym; in extend_match()
239 m->prev_index = tab->len; in extend_match()
242 tab->base[tab->len].next = m->first_match; in extend_match()
243 m->first_match = &tab->base[tab->len]; in extend_match()
246 ++tab->len; in extend_match()
251 tab->base[m->prev_index].end_addr = sym->end_addr; in extend_match()
270 Sym_Table *tab; in sym_id_parse() local
290 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
292 if (tab->len) in sym_id_parse()
[all …]
H A Dsymtab.c79 symtab_finalize (Sym_Table *tab) in symtab_finalize() argument
84 if (!tab->len) in symtab_finalize()
88 qsort (tab->base, tab->len, sizeof (Sym), cmp_addr); in symtab_finalize()
92 prev_addr = tab->base[0].addr + 1; in symtab_finalize()
94 for (src = dst = tab->base; src < tab->limit; ++src) in symtab_finalize()
137 if (dst > tab->base && dst[-1].end_addr == 0) in symtab_finalize()
150 if (tab->len > 0 && dst[-1].end_addr == 0) in symtab_finalize()
156 tab->len - (int) (dst - tab->base))); in symtab_finalize()
158 tab->limit = dst; in symtab_finalize()
159 tab->len = tab->limit - tab->base; in symtab_finalize()
[all …]
/openbsd-src/usr.bin/awk/
H A DMakefile5 SRCS= awkgram.tab.c lex.c b.c main.c parse.c proctab.c tran.c lib.c run.c
8 CLEANFILES+=proctab.c maketab awkgram.tab.c awkgram.tab.h
12 awkgram.tab.c awkgram.tab.h: awkgram.y
13 ${YACC} -o awkgram.tab.c -d ${.CURDIR}/awkgram.y
15 BUILDFIRST = awkgram.tab.h
18 ./maketab awkgram.tab.h >proctab.c
20 maketab: awkgram.tab.h maketab.c
/openbsd-src/regress/lib/libc/arch/alpha/divremtest/
H A Dmkcases.c35 char *tab[4] = { "u_int", "int", "u_long", "long" }; variable
51 tab[(i >> 4) & 0x3], in main()
52 tab[(i >> 2) & 0x3], in main()
53 tab[(i >> 0) & 0x3]); in main()
56 tab[(i >> 4) & 0x3], in main()
57 tab[(i >> 2) & 0x3], in main()
58 tab[(i >> 0) & 0x3]); in main()
/openbsd-src/gnu/usr.bin/perl/
H A Dperlio.c61 const PerlIO_funcs * const tab = PerlIOBase(f)->tab;\
62 if (tab && tab->callback) \
63 return (*tab->callback) args; \
74 const PerlIO_funcs * const tab = PerlIOBase(f)->tab;\
75 if (tab && tab->callback) \
76 return (*tab
484 const PerlIO_funcs * const tab = PerlIOBase(f)->tab; PerlIO_fdupopen() local
840 PerlIO_tab_sv(pTHX_ PerlIO_funcs * tab) PerlIO_tab_sv() argument
880 PerlIO_define_layer(pTHX_ PerlIO_funcs * tab) PerlIO_define_layer() argument
1012 PerlIOPop_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOPop_pushed() argument
1121 PerlIO_push(pTHX_ PerlIO * f,PERLIO_FUNCS_DECL (* tab),const char * mode,SV * arg) PerlIO_push() argument
1179 PerlIO_funcs * const tab = PerlIO_layer_fetch(aTHX_ layers, n - 1, PerlIO_default_layer(aTHX_ 0)); PerlIOBase_open() local
1211 PerlIORaw_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIORaw_pushed() argument
1258 PerlIO_funcs * const tab = PerlIO_layer_fetch(aTHX_ layers, n, NULL); PerlIO_apply_layera() local
1361 PerlIO_funcs * const tab = PerlIOBase(f)->tab; PerlIO__close() local
1496 PerlIO_funcs *tab = NULL; PerlIO_openn() local
1610 const PerlIO_funcs *tab = PerlIOBase(f)->tab; Perl_PerlIO_flush() local
1713 const PerlIO_funcs * const tab = PerlIOBase(f)->tab; PerlIO_has_base() local
1727 const PerlIO_funcs * const tab = PerlIOBase(f)->tab; PerlIO_fast_gets() local
1741 const PerlIO_funcs * const tab = PerlIOBase(f)->tab; PerlIO_has_cntptr() local
1754 const PerlIO_funcs * const tab = PerlIOBase(f)->tab; PerlIO_canset_cnt() local
1807 PerlIOUtf8_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOUtf8_pushed() argument
1960 PerlIOBase_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOBase_pushed() argument
2137 const PerlIO_funcs * const tab = PerlIOBase(n)->tab; PerlIOBase_close() local
2221 const PerlIO_funcs * const tab = PerlIOBase(nexto)->tab; PerlIOBase_dup() local
2601 PerlIOUnix_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOUnix_pushed() argument
2905 PerlIOStdio_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOStdio_pushed() argument
3827 PerlIOBuf_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOBuf_pushed() argument
3850 PerlIO_funcs *tab = PerlIOBuf_open() local
3861 PerlIO_funcs *tab = PerlIO_layer_fetch(aTHX_ layers, n - 1, PerlIO_default_btm()); PerlIOBuf_open() local
4413 PerlIOPending_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOPending_pushed() argument
4515 PerlIOCrlf_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOCrlf_pushed() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhandy_base.pl14 my $tab = " " x 4; # Indent subsidiary tests this much
309 is ($ret, $truth, "${tab}And correctly returns $truth");
347 "${tab}And got expected message");
349 "${tab}Got a single warning besides"))
353 "${tab}Got expected warning");
362 "${tab}And correctly returned $truth");
368 "${tab}This is first call to"
374 "${tab}The warning was the expected"
380 "${tab}This subsequent call to"
504 sprintf("${tab}And correctly returned 0x%02X",
[all …]

12345678910>>...20