Home
last modified time | relevance | path

Searched refs:LUA_PROMPT (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h245 #define LUA_PROMPT "> " macro
H A Dlua.c157 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2); in get_prompt()