Searched refs:tindex (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c73 unsigned tindex; local
82 tindex = tp->num_Booleans;
88 tindex = tp->num_Numbers;
94 tindex = tp->num_Strings;
125 tindex = n - first;
128 tindex += BOOLCOUNT;
131 tindex += NUMCOUNT;
134 tindex += STRCOUNT;
146 for (last = tp->num_Booleans - 1; last > tindex; last--)
153 for (last = tp->num_Numbers - 1; last > tindex; las
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dcoffgrok.c49 static struct coff_symbol **tindex; variable in typeref:struct:coff_symbol
194 r->symbol = tindex[idx];
377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
568 tindex[i] = s;
739 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c1126 dfa->tindex);
1129 dfa->multibyte_prop[dfa->tindex] = ((dfa->nmbcsets - 1) << 2) + 3;
1131 dfa->multibyte_prop[dfa->tindex]
1138 dfa->multibyte_prop[dfa->tindex] = 3;
1142 REALLOC_IF_NECESSARY(dfa->tokens, token, dfa->talloc, dfa->tindex);
1143 dfa->tokens[dfa->tindex++] = t;
1265 nsubtoks (int tindex) argument
1269 switch (dfa->tokens[tindex - 1])
1276 return 1 + nsubtoks(tindex - 1);
1280 ntoks1 = nsubtoks(tindex
1287 copytoks(int tindex, int ntokens) argument
1298 int tindex, ntokens, i; local
[all...]
H A Ddfa.h296 int tindex; /* Index for adding new tokens. */ member in struct:dfa
/freebsd-10-stable/sys/dev/nxge/
H A Dif_nxge.h149 #define XGE_GET_PARAM_FIFO_QUEUE_TTI(str_kenv, param, qindex, tindex, hardcode)\
150 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo.queue[qindex].tti[tindex]), \
H A Dif_nxge.c85 int qindex, tindex, revision; local
146 for (tindex = 0; tindex < XGE_HAL_MAX_FIFO_TTI_NUM; tindex++) {
147 dconfig->fifo.queue[qindex].tti[tindex].enabled = 1;
151 urange_a, qindex, tindex,
154 urange_b, qindex, tindex,
157 urange_c, qindex, tindex,
160 ufc_a, qindex, tindex, XGE_DEFAULT_FIFO_QUEUE_TTI_UFC_A);
162 ufc_b, qindex, tindex, XGE_DEFAULT_FIFO_QUEUE_TTI_UFC_
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dmakeinfo.c3034 int tindex = output_paragraph_offset;
3040 for (tindex = output_paragraph_offset - 1; tindex >= 0; --tindex)
3042 int c = output_paragraph[tindex];
3045 output_paragraph[tindex] = '\n';
3051 output_paragraph_offset = ++tindex;
3021 int tindex = output_paragraph_offset; local
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3558 % @tindex whatever
3643 \def\tindex {\tpindex}
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex3456 % @tindex whatever
3541 \def\tindex {\tpindex}
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex4785 % @tindex whatever
4874 \def\tindex {\tpindex}

Completed in 234 milliseconds