Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c452 int automatic_history; /* True to automatically archive entered lines */ member
1814 gl->automatic_history = 1; in new_GetLine()
10284 if(gl->echo && gl->automatic_history && newline_char=='\n')
12573 gl->automatic_history = enable;