Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c388 #if !defined(LUA_PROMPT)
389 #define LUA_PROMPT "> " macro
464 return (firstline ? LUA_PROMPT : LUA_PROMPT2); /* use the default */ in get_prompt()