Searched refs:LUA_PROMPT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ | ||
| H A D | luaconf.h | 245 #define LUA_PROMPT "> " macro |
| H A D | lua.c | 157 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2); in get_prompt() |