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

/netbsd-current/external/mit/lua/dist/src/
H A Dllex.h39 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator in enum:RESERVED
H A Dlparser.c1010 check_match(ls, TK_END, TK_FUNCTION, line);
1187 case TK_FUNCTION: {
1889 case TK_FUNCTION: { /* stat -> funcstat */
1895 if (testnext(ls, TK_FUNCTION)) /* local function? */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14617 #define TK_FUNCTION 172 macro
18858 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
18914 ** TK_FUNCTION: NC_SelfRef flag if needs OP_PureFunc */
19001 #define EP_WinFunc 0x1000000 /* TK_FUNCTION with Expr.y.pWin set */
171360 #define TK_FUNCTION macro
[all...]

Completed in 593 milliseconds