Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1353 if (cur_prompt == PS1) in getsc_line()
1428 if (cur_prompt != PS1) in getsc_line()
1435 } else if (interactive && cur_prompt == PS1) { in getsc_line()
1453 cur_prompt = (uint8_t)to; in set_prompt()
Dsh.h1645 EXTERN uint8_t cur_prompt; /* PS1 or PS2 */ variable