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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c270 smallint promptmode; /* 0: PS1, 1: PS2 */ member in struct:in_str
1639 static const char* setup_prompt_string(int promptmode) argument
1642 debug_printf("setup_prompt_string %d ", promptmode);
1645 if (promptmode == 0) { /* PS1 */
1655 prompt_str = (promptmode == 0) ? G.PS1 : G.PS2;
1665 prompt_str = setup_prompt_string(i->promptmode);
1721 i->promptmode = 1; /* PS2 */
1763 i->promptmode = 0; /* PS1 */
1775 i->promptmode = 0; /* PS1 */
6306 input->promptmode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c270 smallint promptmode; /* 0: PS1, 1: PS2 */ member in struct:in_str
1639 static const char* setup_prompt_string(int promptmode) argument
1642 debug_printf("setup_prompt_string %d ", promptmode);
1645 if (promptmode == 0) { /* PS1 */
1655 prompt_str = (promptmode == 0) ? G.PS1 : G.PS2;
1665 prompt_str = setup_prompt_string(i->promptmode);
1721 i->promptmode = 1; /* PS2 */
1763 i->promptmode = 0; /* PS1 */
1775 i->promptmode = 0; /* PS1 */
6306 input->promptmode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c270 smallint promptmode; /* 0: PS1, 1: PS2 */ member in struct:in_str
1639 static const char* setup_prompt_string(int promptmode) argument
1642 debug_printf("setup_prompt_string %d ", promptmode);
1645 if (promptmode == 0) { /* PS1 */
1655 prompt_str = (promptmode == 0) ? G.PS1 : G.PS2;
1665 prompt_str = setup_prompt_string(i->promptmode);
1721 i->promptmode = 1; /* PS2 */
1763 i->promptmode = 0; /* PS1 */
1775 i->promptmode = 0; /* PS1 */
6306 input->promptmode
[all...]

Completed in 149 milliseconds