Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/
H A Dlibtecla.h1061 GLS_RESTORE_LINE=4, /* Move the cursor to the start of the next line */ enumerator
1072 GLS_SUSPEND_INPUT = GLS_RESTORE_ENV | GLS_RESTORE_LINE
/titanic_50/usr/src/lib/libtecla/common/
H A Dgetline.c3429 if(flags & GLS_RESTORE_LINE) { in gl_check_caught_signal()