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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c626 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0) macro
652 else if (isemptystr(s2v(top - 1))) /* second operand is empty? */
654 else if (isemptystr(s2v(top - 2))) { /* first operand is empty string? */

Completed in 63 milliseconds