Searched defs:argf (Results 1 – 3 of 3) sorted by relevance
285 static void *checkupval (lua_State *L, int argf, int argnup, int *pnup) { in checkupval()
121 const void *argf; /* arg for headf/footf */ member
226 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf() function