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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c206 #define CAP_POSITION (-2) macro
429 s = start_capture(ms, s, p + 2, CAP_POSITION);
558 if (l == CAP_POSITION)
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c353 #define CAP_POSITION (-2) macro
575 s = start_capture(ms, s, p + 2, CAP_POSITION);
697 ** (a position), push it on the stack and return CAP_POSITION.
712 else if (capl == CAP_POSITION)
726 if (l != CAP_POSITION)
884 if (resl == CAP_POSITION)

Completed in 128 milliseconds