Searched refs:TK_FUNCTION (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | llex.h | 25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
H A D | lparser.c | 803 check_match(ls, TK_END, TK_FUNCTION, line); in body() 972 case TK_FUNCTION: { in simpleexp() 1558 case TK_FUNCTION: { /* stat -> funcstat */ in statement() 1564 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | expr.c | 81 pNew->op = TK_FUNCTION; in sqliteExprFunction() 308 case TK_FUNCTION: in sqliteExprIsConstant() 792 case TK_FUNCTION: { in getFunctionName() 830 case TK_FUNCTION: { in sqliteExprCheck() 975 case TK_FUNCTION: in sqliteExprType() 1152 case TK_FUNCTION: { in sqliteExprCode()
|