def               570 include/conf.h #define CONF_INFO(id, param, type, def)             { id, sizeof( param ), type, &param, {def}, 0 }
def                99 lib/lua/lauxlib.c LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def,
def               101 lib/lua/lauxlib.c   const char *name = (def) ? luaL_optstring(L, narg, def) :
def               166 lib/lua/lauxlib.c                                         const char *def, size_t *len) {
def               169 lib/lua/lauxlib.c       *len = (def ? strlen(def) : 0);
def               170 lib/lua/lauxlib.c     return def;
def               184 lib/lua/lauxlib.c LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number def) {
def               185 lib/lua/lauxlib.c   return luaL_opt(L, luaL_checknumber, narg, def);
def               198 lib/lua/lauxlib.c                                                       lua_Integer def) {
def               199 lib/lua/lauxlib.c   return luaL_opt(L, luaL_checkinteger, narg, def);
def                53 lib/lua/lauxlib.h                                           const char *def, size_t *l);
def                55 lib/lua/lauxlib.h LUALIB_API lua_Number (luaL_optnumber) (lua_State *L, int nArg, lua_Number def);
def                59 lib/lua/lauxlib.h                                           lua_Integer def);
def                71 lib/lua/lauxlib.h LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def,
def               599 lib/lua/loadlib.c                                    const char *def) {
def               602 lib/lua/loadlib.c   lua_pushstring(L, def);  /* use default */
def               606 lib/lua/loadlib.c     lua_pushstring(L, def);  /* use default */
def               611 lib/lua/loadlib.c     luaL_gsub(L, path, AUXMARK, def);
def              1155 tools/code_gen.c     char *def = malloc(len+1);
def              1156 tools/code_gen.c     if (def == 0)
def              1163 tools/code_gen.c     size_t n = fread(def, 1, len, fp);
def              1164 tools/code_gen.c     def[n] = 0;
def              1185 tools/code_gen.c     char *line = def;
def              6425 tools/finsig_thumb2.c void print_platform_misc_val_undef(const char *name, uint32_t def)
def              6428 tools/finsig_thumb2.c     if(mv && mv->val && mv->val != def) {