Searched refs:ind (Results 1 - 25 of 70) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dxatexit.c53 int ind; /* next index in this table */ member in struct:xatexit
78 if (p->ind >= XATEXIT_SIZE)
82 p->ind = 0;
86 p->fns[p->ind++] = fn;
99 for (n = p->ind; --n >= 0;)
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_mqcod.h142 int_fast16_t ind; member in struct:__anon2823
H A Djpc_mqdec.c246 *ctx = &jpc_mqstates[2 * ctxs->ind + ctxs->mps];
263 *ctxi = &jpc_mqstates[2 * ctx->ind + ctx->mps];
H A Djpc_t1cod.c505 ctx->ind = 46;
508 ctx->ind = 4;
511 ctx->ind = 3;
514 ctx->ind = 0;
H A Djpc_cs.h536 uint_fast8_t ind; member in struct:__anon2788
551 uint_fast8_t ind; member in struct:__anon2789
H A Djpc_dec.h145 uint_fast16_t ind; member in struct:__anon2799
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Descputil.c1266 print_old_ink_levels(const char *ind, stp_string_list_t *color_list) argument
1272 if (!ind[0] || ind[0] == ';')
1274 val = (get_digit(ind[0]) << 4) + get_digit(ind[1]);
1277 ind += 2;
1289 const char *ind; local
1290 if (cmd == CMD_STATUS && (ind = looking_at_command(buf, "ST")) != 0)
1291 print_status(atoi(ind));
1293 (ind
1340 const char *ind; local
1533 char *ind; local
[all...]
/haiku-fatelf/src/bin/bash/
H A Darrayfunc.c121 bind_array_var_internal (entry, ind, key, value, flags)
123 arrayind_t ind;
140 newval = array_reference (array_cell (entry), ind);
159 (*entry->assign_func) (entry, newval, ind, key);
163 array_insert (array_cell (entry), ind, newval); local
169 /* Perform an array assignment name[ind]=value. If NAME already exists and
177 bind_array_variable (name, ind, value, flags)
179 arrayind_t ind;
199 return (bind_array_var_internal (entry, ind, 0, value, flags));
203 bind_array_element (entry, ind, valu
241 arrayind_t ind; local
421 arrayind_t ind, last_ind; local
618 arrayind_t ind; local
774 int ind, ni; local
840 arrayind_t ind; local
[all...]
H A Dstringlib.c191 int len, rlen, ind, tlen; local
203 ind = r - ret;
208 RESIZE_MALLOCED_BUFFER (ret, ind, tlen, rlen, rlen);
209 r = ret + ind; /* in case reallocated */
216 RESIZE_MALLOCED_BUFFER (ret, ind, len, rlen, rlen);
217 r = ret + ind; /* in case reallocated */
229 ind = r - ret;
230 RESIZE_MALLOCED_BUFFER (ret, ind, 2, rlen, rlen);
231 r = ret + ind; /* in case reallocated */
H A Darray.h39 arrayind_t ind; member in struct:array_element
100 #define element_index(ae) ((ae)->ind)
H A Djobs.h77 #define get_job_by_jid(ind) (jobs[(ind)])
H A Dmksyntax.c255 dump_lflags (fp, ind)
257 int ind;
261 xflags = lsyntax[ind];
H A Dpcomplete.c878 bind_compfunc_variables (line, ind, lwords, cw, exported)
880 int ind;
894 value = inttostr (ind, ibuf, sizeof(ibuf));
952 build_arg_list (cmd, text, lwords, ind)
956 int ind;
974 for (l = lwords, i = 1; l && i < ind-1; l = l->next, i++)
995 gen_shell_function_matches (cs, text, line, ind, lwords, nw, cw)
999 int ind;
1030 bind_compfunc_variables (line, ind, lwords, cw - 1, 0);
1088 gen_command_matches (cs, text, line, ind, lword
[all...]
H A Dexecute_cmd.c979 int ind, aind; local
981 ind = 0;
995 buf[ind++] = abuf[aind++];
996 buf[ind++] = 'm';
1006 buf[ind++] = abuf[aind++];
1013 buf[ind++] = '.';
1016 buf[ind++] = (sec_fraction / precs[aind]) + '0';
1022 buf[ind++] = 's';
1023 buf[ind] = '\0';
1025 return (ind);
1853 arrayind_t ind; local
2604 int ind, row, elem_len, pos, cols, rows; local
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dmbutil.c320 _rl_char_value (buf, ind)
322 int ind;
330 return ((wchar_t) buf[ind]);
332 if (ind >= l - 1)
333 return ((wchar_t) buf[ind]);
335 tmp = mbrtowc (&wc, buf + ind, l - ind, &ps);
337 return ((wchar_t) buf[ind]);
H A Drlmbutil.h137 #define _rl_char_value(buf,ind) ((buf)[(ind)])
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c781 addIt(struct nword * cw, WCHAR_T * key, int (*proc) (...), WCHAR_T * dst, int ind, int maxdst, unsigned long mode, RkContext * cx) argument
789 ind = addIt(lw, key, proc, dst, ind, maxdst, mode, cx);
798 ind = (*proc) (dst, ind, maxdst, y, _RkGetKanji(cw, y, mode), &lex, cx);
800 return ind;
820 addYomi(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex) argument
826 if (ind < max) {
828 dst[ind] = *yomi++;
829 ind
901 addKanji(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
975 int i, len, ind = 0, num = 0; local
1006 addLex(RkLex *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
1084 addHinshi(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbon_io.h28 int m_open(CPCCHAR base_name, int ind, bool create);
H A Dbon_io.cpp377 int CFileOp::m_open(CPCCHAR base_name, int ind, bool create) argument
410 ULONG rc = DosOpen(base_name, &m_fd[ind], &action, 0, FILE_NORMAL, createFlag
414 m_fd[ind] = -1;
416 m_fd[ind] = ::open(base_name, flags, S_IRUSR | S_IWUSR);
421 m_stream[ind] = fopen(base_name, fopen_mode);
424 if( (m_fd && m_fd[ind] == -1) || (m_stream && m_stream[ind] == NULL) )
/haiku-fatelf/src/bin/gdb/bfd/
H A Dppcboot.c42 bfd_byte ind; member in struct:ppcboot_location
202 if (hdr.partition[0].partition_end.ind != PPC_IND)
447 if (!tdata->header.partition[i].partition_begin.ind
451 && !tdata->header.partition[i].partition_end.ind
459 tdata->header.partition[i].partition_begin.ind,
465 tdata->header.partition[i].partition_end.ind,
/haiku-fatelf/src/bin/coreutils/lib/
H A Drand-isaac.c44 #define ind(mm, x) \ macro
58 *(m) = y = ind (mm, x) + (a) + (b), \
59 *(r) = b = ind (mm, (y) >> ISAAC_LOG) + x \
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src282 bel=^G, cr=^M, cud1=^J, ind=^J,
288 bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J,
297 bel=^G, cr=^M, cud1=^J, ind=^J,
488 home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H,
510 hts=\EH, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B,
633 il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D,
703 il=\E[%p1%dL, il1=\E[L, ind=^J, kb2=\E[G, kbs=\177,
783 el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J,
836 il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS,
862 ind
[all...]
H A Dterminfo.tmp282 bel=^G, cr=^M, cud1=^J, ind=^J,
288 bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J,
297 bel=^G, cr=^M, cud1=^J, ind=^J,
488 home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H,
510 hts=\EH, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B,
633 il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D,
703 il=\E[%p1%dL, il1=\E[L, ind=^J, kb2=\E[G, kbs=\177,
783 el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J,
836 il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS,
862 ind
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-gen.c458 int ind;
531 ind = iclen++;
532 ics[ind] = tmalloc (struct iclass);
533 memset ((void *)ics[ind], 0, sizeof (struct iclass));
534 ics[ind]->name = xstrdup (name);
535 ics[ind]->is_class = is_class;
536 ics[ind]->orphan = 1;
540 ics[ind]->comment = xstrdup (comment + 1);
541 ics[ind]->comment[strlen (ics[ind]
456 int ind; local
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dprogress.c948 int ind = bp->tick % (progress_size * 2 - 6);
952 if (ind < progress_size - 2)
953 pos = ind + 1;
955 pos = progress_size - (ind - progress_size + 5);
946 int ind = bp->tick % (progress_size * 2 - 6); local

Completed in 244 milliseconds

123