HomeSort by: relevance | last modified time | path
    Searched refs:glb (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
lauxlib.h 131 lua_CFunction openf, int glb);
lauxlib.c 989 ** if 'glb' is true, also registers the result in the global table.
993 lua_CFunction openf, int glb) {
1005 if (glb) {
  /src/external/bsd/tmux/dist/
grid.c 337 struct grid_line *gla, *glb; local
346 glb = &gb->linedata[yy];
347 if (gla->cellsize != glb->cellsize)

Completed in 25 milliseconds