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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c395 int editorRowHasOpenComment(erow *row) { function
430 if (row->idx > 0 && editorRowHasOpenComment(&E.row[row->idx-1]))
535 int oc = editorRowHasOpenComment(row);

Completed in 28 milliseconds