Searched defs:prompt_style (Results 1 - 1 of 1) sorted by relevance

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

Completed in 137 milliseconds