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

/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c145 int cindex = -1; local
152 if (cindex != -1)
154 cindex = i;
156 if (cindex == -1)
160 (*cmds[cindex].cmd_func)(argc, argv);
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmkman.pl277 s/^\@cindex\s+(.*)$/.IX "$1"/;
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3463 % @findex, @vindex, @kindex, @cindex.
3467 \def\cindex {\cpindex}
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3637 % @findex, @vindex, @kindex, @cindex.
3641 \def\cindex {\cpindex}
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex3535 % @findex, @vindex, @kindex, @cindex.
3539 \def\cindex {\cpindex}

Completed in 238 milliseconds