Searched refs:cnext (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep015.tcl172 set cnext($i) POSITION
201 set next $cnext($i)
206 set cnext($i) DELETE
214 set cnext($i) CLOSE
221 set cnext($i) DONE
231 if { $cnext($j) != "DONE" } {
/macosx-10.10.1/awk-20/src/
H A Dtran.c173 temp = cp->cnext; /* avoids freeing then using */
193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext)
196 tp->tab[h] = p->cnext;
198 prev->cnext = p->cnext;
231 p->cnext = tp->tab[h];
258 op = cp->cnext;
260 cp->cnext = np[nh];
275 for (p = tp->tab[h]; p != NULL; p = p->cnext)
H A Dawk.h86 struct Cell *cnext; /* ptr to next if chained */ member in struct:Cell
H A Drun.c690 a->cnext = tmps;
703 tmps[i-1].cnext = &tmps[i];
704 tmps[i-1].cnext = 0;
707 tmps = x->cnext;
1451 ncp = cp->cnext;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkGetF0.c1218 float cormax, cprev, cnext, den; local
1223 cnext = frm->cp->correl[j-1];
1224 den = (float) (2.0 * ( cprev + cnext - (2.0 * cormax) ));
1231 ftemp += 2.0f - ((((5.0f*cprev)+(3.0f*cnext)-(8.0f*cormax))/den));
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c3682 OnigCodePoint cnext; local
3684 cnext = PPEEK;
3685 if (cnext == '0') {
3693 else if (cnext == '+') {
3921 OnigCodePoint cnext; local
3925 cnext = PPEEK;
3926 if (ONIGENC_IS_CODE_DIGIT(enc, cnext)) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dratpoison.vim24 syn keyword ratpoisonCommandArg clrunmanaged cnext colon compat cother contained

Completed in 118 milliseconds