Home
last modified time | relevance | path

Searched refs:tindex (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dparse_entry.c73 unsigned tindex; in _nc_extend_names() local
82 tindex = tp->num_Booleans; in _nc_extend_names()
88 tindex = tp->num_Numbers; in _nc_extend_names()
94 tindex = tp->num_Strings; in _nc_extend_names()
125 tindex = n - first; in _nc_extend_names()
128 tindex += BOOLCOUNT; in _nc_extend_names()
131 tindex += NUMCOUNT; in _nc_extend_names()
134 tindex += STRCOUNT; in _nc_extend_names()
146 for (last = tp->num_Booleans - 1; last > tindex; last--) in _nc_extend_names()
153 for (last = tp->num_Numbers - 1; last > tindex; last--) in _nc_extend_names()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dcoffgrok.c47 static struct coff_symbol **tindex; variable
192 r->symbol = tindex[idx]; in do_sections_p2()
375 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type()
403 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type()
566 tindex[i] = s; in do_define()
737 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount)); in coff_grok()
/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/
DNormalize.xs155 UV sindex, lindex, vindex, tindex; in sv_cat_decompHangul() local
164 tindex = sindex % Hangul_TCount; in sv_cat_decompHangul()
169 if (tindex) in sv_cat_decompHangul()
170 t = uvuni_to_utf8(t, (tindex + Hangul_TBase)); in sv_cat_decompHangul()
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmakeinfo.c3034 int tindex = output_paragraph_offset; in close_paragraph() local
3040 for (tindex = output_paragraph_offset - 1; tindex >= 0; --tindex) in close_paragraph()
3042 int c = output_paragraph[tindex]; in close_paragraph()
3045 output_paragraph[tindex] = '\n'; in close_paragraph()
3051 output_paragraph_offset = ++tindex; in close_paragraph()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxsym.c1129 bfd_sym_type_table_entry tindex; in bfd_sym_fetch_type_table_information() local
1140 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, index - 100) < 0) in bfd_sym_fetch_type_table_information()
1142 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0) in bfd_sym_fetch_type_table_information()