Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.h183 extern int cur_prompt; /* PS1 or PS2 */
H A Dtable.c25 int cur_prompt; /* PS1 or PS2 */ variable
H A Dlex.c1153 if (cur_prompt == PS1) in getsc_line()
1182 cur_prompt = to; in set_prompt()