Lines Matching defs:CELL
336 } CELL;
980 typedef void (*FormatSelect) (Widget, char *, char *, CELL *, CELL *);
2704 CELL cursorp; /* previous cursor row/column */
2973 CELL rawPos; /* raw position for selection start */
2974 CELL startRaw; /* area before selectUnit processing */
2975 CELL endRaw; /* " " */
2976 CELL startSel; /* area after selectUnit processing */
2977 CELL endSel; /* " " */
2978 CELL startH; /* start highlighted text */
2979 CELL endH; /* end highlighted text */
2980 CELL saveStartW; /* saved WORD state, for LINE */
2981 CELL startExt; /* Start, end of extension */
2982 CELL endExt; /* " " */
2983 CELL saveStartR; /* Saved values of raw selection for extend to restore to */
2984 CELL saveEndR; /* " " */