Searched refs:nextt (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_color.c51 union tree *nextt;
72 for (t=&cm->tree[0], j=NBYTS-1 ; j>0 ; t=nextt, j--) {
73 nextt = t + 1;
75 t->tptr[i] = nextt;
50 union tree *nextt; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_color.c56 union tree *nextt; local
74 for (t = &cm->tree[0], j = NBYTS-1; j > 0; t = nextt, j--) {
75 nextt = t + 1;
77 t->tptr[i] = nextt;
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalccomp.el734 (nextt (math-prod-first-term (nth 2 a)))
743 (and (memq (car-safe nextt)

Completed in 127 milliseconds