Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c400 int prompt_style; /* How the prompt string is displayed */ member
1779 gl->prompt_style = GL_LITERAL_PROMPT; in new_GetLine()
9792 switch(gl->prompt_style) {
10009 switch(gl->prompt_style) {
10065 if(style != gl->prompt_style) {
10066 gl->prompt_style = style;