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

/freebsd-10.2-release/usr.sbin/flowctl/
H A Dflowctl.c159 int cindex = -1; local
166 if (cindex != -1)
168 cindex = i;
170 if (cindex == -1)
174 (*cmds[cindex].cmd_func)(argc, argv);
/freebsd-10.2-release/gnu/usr.bin/grep/
H A Ddfa.h291 int cindex; /* Index for adding new charclasses. */ member in struct:dfa
H A Ddfa.c277 for (i = 0; i < dfa->cindex; ++i)
280 REALLOC_IF_NECESSARY(dfa->charclasses, charclass, dfa->calloc, dfa->cindex);
281 ++dfa->cindex;
2926 d->cindex = 0;
2973 d->cindex = d->tindex = d->depth = d->nleaves = d->nregexps = 0;
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_tx.c2569 int index, cindex; local
2613 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
2615 "%s: tid=%d, seqno %d; window %d:%d; index=%d cindex=%d "
2618 tap->txa_start, tap->txa_wnd, index, cindex, tid->baw_head,
2623 assert(tid->tx_buf[cindex] == NULL);
2625 if (tid->tx_buf[cindex] != NULL) {
2627 "%s: ba packet dup (index=%d, cindex=%d, "
2629 __func__, index, cindex, tid->baw_head, tid->baw_tail);
2633 tid->tx_buf[cindex],
2634 SEQNO(tid->tx_buf[cindex]
2661 int index, cindex; local
2708 int index, cindex; local
[all...]
/freebsd-10.2-release/lib/libedit/
H A Dreadline.c492 get_history_event(const char *cmd, int *cindex, int qchar) argument
500 idx = *cindex;
508 *cindex = cmd[idx]? (idx + 1):idx;
531 *cindex = idx;
601 *cindex = idx;
/freebsd-10.2-release/contrib/gcc/doc/
H A Dmakefile.texi7 @cindex makefile targets
8 @cindex targets, makefile
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c3391 uint32_t *cindex)
3401 *cindex = oid->subs[sub + oid->subs[sub] + 1];
3443 wlan_find_channel(struct wlan_iface *wif, uint32_t cindex) argument
3445 if (wif->chanlist == NULL || cindex > wif->nchannels)
3448 return (wif->chanlist + cindex - 1);
3454 uint32_t cindex; local
3457 if (wlan_channel_index_decode(oid, sub, wname, &cindex) < 0)
3463 return (wlan_find_channel(*wif, cindex));
3470 uint32_t cindex; local
3484 if (wlan_channel_index_decode(oid, sub, wname, &cindex) <
3390 wlan_channel_index_decode(const struct asn_oid *oid, uint sub, char *wname, uint32_t *cindex) argument
[all...]
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3637 % @findex, @vindex, @kindex, @cindex.
3641 \def\cindex {\cpindex}
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex3463 % @findex, @vindex, @kindex, @cindex.
3467 \def\cindex {\cpindex}
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex3535 % @findex, @vindex, @kindex, @cindex.
3539 \def\cindex {\cpindex}

Completed in 99 milliseconds