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

/freebsd-12-stable/contrib/lua/src/
H A Dllex.h29 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator in enum:RESERVED
H A Dlparser.c799 check_match(ls, TK_END, TK_FUNCTION, line);
973 case TK_FUNCTION: {
1568 case TK_FUNCTION: { /* stat -> funcstat */
1574 if (testnext(ls, TK_FUNCTION)) /* local function? */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.h25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator in enum:RESERVED
H A Dlparser.c803 check_match(ls, TK_END, TK_FUNCTION, line);
972 case TK_FUNCTION: {
1558 case TK_FUNCTION: { /* stat -> funcstat */
1564 if (testnext(ls, TK_FUNCTION)) /* local function? */
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c14215 #define TK_FUNCTION 171 macro
18117 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
18173 ** TK_FUNCTION: NC_SelfRef flag if needs OP_PureFunc */
18258 #define EP_WinFunc 0x1000000 /* TK_FUNCTION with Expr.y.pWin set */
157392 #define TK_FUNCTION macro
[all...]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7567 #define TK_FUNCTION 151 macro
10240 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
[all...]

Completed in 645 milliseconds