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

/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Ddisplay.c123 int endcol, xcol, ii, c; local
126 xcol = endcol - 1;
127 while (xcol >= 0) {
128 c = readwin(win->x_win, win->x_line, xcol);
131 xcol--;
133 while (xcol >= 0) {
134 c = readwin(win->x_win, win->x_line, xcol);
137 xcol--;
139 wmove(win->x_win, win->x_line, xcol + 1);
140 for (ii = xcol
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dses.el523 (let (sym xrow xcol)
527 xcol (+ col mincol)
528 sym (ses-create-cell-symbol xrow xcol))
529 (put sym 'ses-cell (cons xrow xcol))
596 x xrow xcol)
604 xcol (cdr x))
605 (ses-set-cell xrow xcol 'references
606 (delq sym (ses-cell-references xrow xcol)))))
611 xcol (cdr x)
612 x (ses-cell-references xrow xcol))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c1768 XColor xcol; local
1770 xcol.flags = DoRed | DoGreen | DoBlue;
1771 xcol.red = 65535 - (i * 65535 / (spegPtr->si.ncolors - 1));
1772 xcol.green = 65535 - (i * 65535 / (spegPtr->si.ncolors - 1));
1773 xcol.blue = 65535 - (i * 65535 / (spegPtr->si.ncolors - 1));
1774 spegPtr->si.xcolor[i] = Tk_GetColorByValue(Tk_MainWindow(interp), &xcol);

Completed in 132 milliseconds