Searched refs:glb (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.h131 lua_CFunction openf, int glb);
H A Dlauxlib.c989 ** if 'glb' is true, also registers the result in the global table.
993 lua_CFunction openf, int glb) {
1005 if (glb) {
992 luaL_requiref(lua_State *L, const char *modname, lua_CFunction openf, int glb) argument
/netbsd-current/external/bsd/tmux/dist/
H A Dgrid.c317 struct grid_line *gla, *glb; local
326 glb = &gb->linedata[yy];
327 if (gla->cellsize != glb->cellsize)

Completed in 195 milliseconds