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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c606 void editorInsertRow(int at, char *s, size_t len) { function
726 editorInsertRow(E.numrows,"",0);
746 editorInsertRow(filerow,"",0);
755 editorInsertRow(filerow,"",0);
758 editorInsertRow(filerow+1,row->chars+filecol,row->size-filecol);
833 editorInsertRow(E.numrows,line,linelen);

Completed in 22 milliseconds