Searched defs:prompt (Results 1 – 2 of 2) sorted by relevance
/system/core/liblinenoise/ |
D | linenoise.c | 173 static int effectiveLen(const char* prompt) { in effectiveLen() 187 static void refreshLine(int fd, const char *prompt, char *buf, size_t len, size_t pos, size_t cols)… in refreshLine() 214 static int linenoisePrompt(int fd, char *buf, size_t buflen, const char *prompt) { in linenoisePrompt() 364 static int linenoiseRaw(char *buf, size_t buflen, const char *prompt) { in linenoiseRaw() 387 char *linenoise(const char *prompt) { in linenoise()
|
/system/core/sh/ |
D | miscbltin.c | 94 char *prompt; in readcmd() local
|