Lines Matching defs:DE

150 static void moveback(DEstruct DE)  in moveback()
187 static SEXP ssNewVector(DEstruct DE, SEXPTYPE type, int vlen) in ssNewVector()
201 static void de_closewin_cend(void *DE) in de_closewin_cend()
214 DEstruct DE = &DE1; in Win_dataentry() local
260 INTEGER(DE->lens)[i] = len; in Win_dataentry() local
309 INTEGER(DE->lens)[j] = INTEGER(DE->lens)[i]; in Win_dataentry() local
346 static void setcellwidths(DEstruct DE) in setcellwidths()
365 static void drawwindow(DEstruct DE) in drawwindow()
386 static void doHscroll(DEstruct DE, int oldcol) in doHscroll()
419 static void find_coords(DEstruct DE, in find_coords()
432 static void jumpwin(DEstruct DE, int wcol, int wrow) in jumpwin()
452 static void advancerect(DEstruct DE, int which) in advancerect()
502 static const char *get_col_name(DEstruct DE, int col) in get_col_name()
514 static int get_col_width(DEstruct DE, int col) in get_col_width()
541 static CellType get_col_type(DEstruct DE, int col) in get_col_type()
556 static void drawcol(DEstruct DE, int whichcol) in drawcol()
585 static void drawrow(DEstruct DE, int whichrow) in drawrow()
619 static void printelt(DEstruct DE, SEXP invec, int vrow, int ssrow, int sscol) in printelt()
638 static void drawelt(DEstruct DE, int whichrow, int whichcol) in drawelt()
658 static void jumppage(DEstruct DE, int dir) in jumppage()
705 static void printrect(DEstruct DE, int lwd, int fore) in printrect()
714 static void downlightrect(DEstruct DE) in downlightrect()
720 static void highlightrect(DEstruct DE) in highlightrect()
729 static Rboolean getccol(DEstruct DE) in getccol()
754 INTEGER(DE->lens)[wcol - 1] = 0; in getccol() local
820 static void closerect(DEstruct DE) in closerect()
839 if (wrow > wrow0) INTEGER(DE->lens)[wcol - 1] = wrow; in closerect() local
892 static void printstring(DEstruct DE, const char *ibuf, int buflen, in printstring()
919 static void clearrect(DEstruct DE) in clearrect()
934 static void handlechar(DEstruct DE, const char *text) in handlechar()
1009 static void printlabs(DEstruct DE) in printlabs()
1032 static void cleararea(DEstruct DE, in cleararea()
1038 static void clearwindow(DEstruct DE) in clearwindow()
1044 static void drawrectangle(DEstruct DE, in drawrectangle()
1054 static void de_drawtext(DEstruct DE, int xpos, int ypos, const char *text) in de_drawtext()
1065 DEstruct DE = getdata(c); in de_normalkeyin() local
1124 DEstruct DE = getdata(c); in de_im() local
1138 DEstruct DE = getdata(c); in de_ctrlkeyin() local
1207 static const char *get_cell_text(DEstruct DE) in get_cell_text()
1233 DEstruct DE; in de_mousedown() local
1332 DEstruct DE; in de_mouseup() local
1350 DEstruct DE = getdata(c); in de_redraw() local
1355 static void deredraw(DEstruct DE) in deredraw()
1383 static void de_closewin(DEstruct DE) in de_closewin()
1390 static void copyarea(DEstruct DE, int src_x, int src_y, int dest_x, int dest_y) in copyarea()
1397 static void copyH(DEstruct DE, int src_x, int dest_x, int width) in copyH()
1403 static Rboolean initwin(DEstruct DE, const char *title) in initwin()
1468 DEstruct DE = getdata(c); in popupclose() local
1512 static void de_popupmenu(DEstruct DE, int x_pos, int y_pos, int col) in de_popupmenu()
1538 DEstruct DE = getdata(c); in de_copy() local
1545 DEstruct DE = getdata(c); in de_paste() local
1562 DEstruct DE = getdata(c); in de_delete() local
1573 DEstruct DE = getdata(c); in de_autosize() local
1585 DEstruct DE = getdata(c); in de_stayontop() local
1591 DEstruct DE = getdata(c); in de_sbf() local
1608 DEstruct DE = getdata(c); in vw_close() local
1636 static void de_popup_vw(DEstruct DE) in de_popup_vw()
1665 DEstruct DE = getdata(m); in deldataeditor() local
1671 DEstruct DE = getdata(m); in declose() local
1680 DEstruct DE = getdata(c); in deresize() local
1717 DEstruct DE = getdata(m); in depopupact() local
1735 static dataeditor newdataeditor(DEstruct DE, const char *title) in newdataeditor()
1830 DEstruct DE = (DEstruct) data; in dv_closewin_cend() local
1843 DEstruct DE = (DEstruct) malloc(sizeof(destruct)); in Win_dataviewer() local
1881 INTEGER(DE->lens)[i] = len; in Win_dataviewer() local