Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloslib.c31 #if !defined(LUA_STRFTIMEOPTIONS) /* { */
34 #define LUA_STRFTIMEOPTIONS "aAbBcdHIjmMpSUwWxXyYzZ%" \ macro
37 #define LUA_STRFTIMEOPTIONS "aAbBcdHIjmMpSUwWxXyYZ%" macro
39 #define LUA_STRFTIMEOPTIONS "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%" \ macro
274 const char *option = LUA_STRFTIMEOPTIONS; in checkoption()