Lines Matching refs:us_editortable

1191 EDITORTABLE us_editortable[] =  variable
1228 *name = us_editortable[us_currenteditor].editorname; in us_describeeditor()
1236 return((*us_editortable[us_currenteditor].makeeditor)(oriwin,header,chars,lines)); in us_makeeditor()
1244 return((*us_editortable[us_currenteditor].totallines)(win)); in us_totallines()
1253 return((*us_editortable[us_currenteditor].getline)(win, lindex)); in us_getline()
1261 (*us_editortable[us_currenteditor].addline)(win, lindex, str); in us_addline()
1269 (*us_editortable[us_currenteditor].replaceline)(win, lindex, str); in us_replaceline()
1277 (*us_editortable[us_currenteditor].deleteline)(win, lindex); in us_deleteline()
1285 (*us_editortable[us_currenteditor].highlightline)(win, lindex, hindex); in us_highlightline()
1293 (*us_editortable[us_currenteditor].suspendgraphics)(win); in us_suspendgraphics()
1301 (*us_editortable[us_currenteditor].resumegraphics)(win); in us_resumegraphics()
1309 (*us_editortable[us_currenteditor].writetextfile)(win, file); in us_writetextfile()
1317 (*us_editortable[us_currenteditor].readtextfile)(win, file); in us_readtextfile()
1325 (*us_editortable[us_currenteditor].editorterm)(w); in us_editorterm()
1333 (*us_editortable[us_currenteditor].shipchanges)(w); in us_shipchanges()
1341 return((*us_editortable[us_currenteditor].gotchar)(w, i, special)); in us_gotchar()
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()
1386 (*us_editortable[us_currenteditor].search)(w, str, replace, bits); in us_searchtext()
1394 (*us_editortable[us_currenteditor].pan)(w, dx, dy); in us_pantext()
1420 (*us_editortable[us_currenteditor].terminate)(e); in us_freeeditor()