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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c403 static const char *start_capture (MatchState *ms, const char *s, function
447 s = start_capture(ms, s, p + 2, CAP_POSITION);
449 s = start_capture(ms, s, p + 1, CAP_UNFINISHED);
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c389 static const char *start_capture (MatchState *ms, const char *s, function
433 s = start_capture(ms, s, p + 2, CAP_POSITION);
435 s = start_capture(ms, s, p + 1, CAP_UNFINISHED);
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c429 static void start_capture( bktr_ptr_t bktr, unsigned type );
1214 start_capture(bktr, METEOR_SINGLE);
1636 start_capture(bktr, METEOR_SINGLE);
1677 start_capture(bktr, METEOR_CONTIN);
1866 start_capture(bktr, METEOR_CONTIN);
3653 start_capture( bktr_ptr_t bktr, unsigned type ) function

Completed in 173 milliseconds