Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1374 if (cur_prompt == PS1) in getsc_line()
1449 if (cur_prompt != PS1) in getsc_line()
1456 } else if (interactive && cur_prompt == PS1) { in getsc_line()
1474 cur_prompt = (uint8_t)to; in set_prompt()
Dsh.h1859 EXTERN uint8_t cur_prompt; /* PS1 or PS2 */ variable