OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whichprompt
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
input.h
48
extern int
whichprompt
; /* 1 ==> PS1, 2 ==> PS2 */
input.c
109
int
whichprompt
; /* 1 == PS1, 2 == PS2 */
variable in typeref:typename:int
343
if (parsefile->fd == 0 && hist && (something ||
whichprompt
== 2)) {
347
history(hist, &he,
whichprompt
!= 2 ? H_ENTER : H_APPEND,
349
if (
whichprompt
!= 2 && HistFP != NULL) {
parser.c
2602
whichprompt
= which;
2655
VTRACE(DBG_PARSE|DBG_EXPAND, ("getprompt %d\n",
whichprompt
));
2657
switch (wp =
whichprompt
) {
2675
whichprompt
= wp; /* history depends on it not changing */
miscbltin.c
67
#include "input.h" /* for
whichprompt
*/
232
whichprompt
= 2; /* for continuation lines */
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025