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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlua.c235 static const char *get_prompt (lua_State *L, int firstline) { argument
237 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2");
239 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2);
260 static int pushline (lua_State *L, int firstline) { argument
264 const char *prmt = get_prompt(L, firstline);
272 if (firstline && b[0] == '=') /* first line starts with `=' ? */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.h134 uint16_t firstline; member in struct:vfe_cmds_camif_window
H A Dmsm_vfe8x_proc.c3764 CDBG("camif.window firstline = %d\n", in->window.firstline);
3798 cmd.windowHeightCfgfirstLine = in->window.firstline;

Completed in 116 milliseconds