Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c197 GL_NO_EDITOR /* Fall back to the basic OS-provided editing */ enumerator
2607 if(gl->editor == GL_NO_EDITOR) in gl_raw_terminal_mode()
6502 gl_change_editor(gl, GL_NO_EDITOR); in _gl_parse_config_line()
6947 case GL_NO_EDITOR: in gl_change_editor()
6963 if(gl->editor != GL_NO_EDITOR && gl->input_fp) in gl_change_editor()
8198 if(gl->editor == GL_NO_EDITOR) { in gl_interpret_char()
10290 if(gl->editor != GL_NO_EDITOR && gl_start_newline(gl, 1))