Home
last modified time | relevance | path

Searched refs:EDITOR_INITIALIZING (Results 1 – 7 of 7) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Deditor.h14 EDITOR_INITIALIZING, enumerator
H A Ddebug.c17 if (editor.status == EDITOR_INITIALIZING) { in term_cleanup()
H A Dalias.c70 if (editor.status != EDITOR_INITIALIZING) { in add_alias()
H A Deditor.c31 .status = EDITOR_INITIALIZING,
295 && editor.status != EDITOR_INITIALIZING in suspend()
H A Dmain.c41 && editor.status != EDITOR_INITIALIZING in handle_sigcont()
H A Dcommand.c513 if (editor.status != EDITOR_INITIALIZING) { in cmd_hi()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/syntax/
H A Dstate.c525 if (syn && editor.status != EDITOR_INITIALIZING) { in load_syntax_file()