Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloadlib.c290 const char *dft) { in setpath() argument
297 lua_pushstring(L, dft); /* use default */ in setpath()
308 luaL_addstring(&b, dft); /* add default */ in setpath()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c189 #define CHK(val, dft) (unsigned char) (DISABLED(val) ? dft : val) argument
/freebsd/bin/sh/
H A Dexpand.c1336 goto dft; in patmatch()
1377 dft: default: in patmatch()