Home
last modified time | relevance | path

Searched refs:us_currenteditor (Results 1 – 4 of 4) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmisc.c1228 *name = us_editortable[us_currenteditor].editorname; in us_describeeditor()
1293 (*us_editortable[us_currenteditor].suspendgraphics)(win); in us_suspendgraphics()
1301 (*us_editortable[us_currenteditor].resumegraphics)(win); in us_resumegraphics()
1325 (*us_editortable[us_currenteditor].editorterm)(w); in us_editorterm()
1333 (*us_editortable[us_currenteditor].shipchanges)(w); in us_shipchanges()
1349 (*us_editortable[us_currenteditor].cut)(w); in us_cuttext()
1357 (*us_editortable[us_currenteditor].copy)(w); in us_copytext()
1365 (*us_editortable[us_currenteditor].paste)(w); in us_pastetext()
1373 (*us_editortable[us_currenteditor].undo)(w); in us_undotext()
1394 (*us_editortable[us_currenteditor].pan)(w, dx, dy); in us_pantext()
[all …]
H A Dusr.c48 INTBIG us_currenteditor; /* the current editor (index to "us_editortable") */ variable
273 us_currenteditor = 0; /* use the first editor */ in us_do2init()
2734 us_currenteditor = i; in us_newvariable()
3463 us_currenteditor = i; in us_readlibrary()
H A Dusrcomtv.c905 ttyputmsg(_("Current text editor is %s"), us_editortable[us_currenteditor].editorname); in us_text()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h544 extern INTBIG us_currenteditor;