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

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c72 unsigned tindex; local
81 tindex = tp->num_Booleans;
87 tindex = tp->num_Numbers;
93 tindex = tp->num_Strings;
124 tindex = n - first;
127 tindex += BOOLCOUNT;
130 tindex += NUMCOUNT;
133 tindex += STRCOUNT;
141 for (last = (unsigned) (max - 1); last > tindex; last--)
176 temp.nte_index = (short) tindex;
[all...]
/freebsd-11-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-11-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-11-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.c86 int qindex, tindex, revision; local
147 for (tindex = 0; tindex < XGE_HAL_MAX_FIFO_TTI_NUM; tindex++) {
148 dconfig->fifo.queue[qindex].tti[tindex].enabled = 1;
152 urange_a, qindex, tindex,
155 urange_b, qindex, tindex,
158 urange_c, qindex, tindex,
161 ufc_a, qindex, tindex, XGE_DEFAULT_FIFO_QUEUE_TTI_UFC_A);
163 ufc_b, qindex, tindex, XGE_DEFAULT_FIFO_QUEUE_TTI_UFC_
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3558 % @tindex whatever
3643 \def\tindex {\tpindex}
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3456 % @tindex whatever
3541 \def\tindex {\tpindex}
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4785 % @tindex whatever
4874 \def\tindex {\tpindex}

Completed in 123 milliseconds