OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_prompt
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
lex.c
1435
if (
cur_prompt
!= PS1)
1442
} else if (interactive &&
cur_prompt
== PS1) {
[
all
...]
sh.h
1327
EXTERN uint8_t
cur_prompt
; \/* PS1 or PS2 *\/
variable
[
all
...]
Completed in 278 milliseconds