Searched refs:promptmode (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c318 smallint promptmode; /* 0: PS1, 1: PS2 */ member in struct:in_str
1106 static const char* setup_prompt_string(int promptmode) argument
1109 debug_printf("setup_prompt_string %d ", promptmode);
1112 if (promptmode == 0) { /* PS1 */
1120 prompt_str = (promptmode == 0) ? PS1 : PS2;
1131 prompt_str = setup_prompt_string(i->promptmode);
1176 i->promptmode = 1; /* PS2 */
1217 i->promptmode = 0; /* PS1 */
1229 i->promptmode = 0; /* PS1 */
3523 inp->promptmode
[all...]

Completed in 55 milliseconds