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