Home
last modified time | relevance | path

Searched refs:start_capture (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c542 static const char *start_capture (MatchState *ms, const char *s, in start_capture() function
586 s = start_capture(ms, s, p + 2, CAP_POSITION); in match()
588 s = start_capture(ms, s, p + 1, CAP_UNFINISHED); in match()
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c440 static void start_capture(bktr_ptr_t bktr, unsigned type);
1215 start_capture(bktr, METEOR_SINGLE); in video_read()
1627 start_capture(bktr, METEOR_SINGLE);
1668 start_capture(bktr, METEOR_CONTIN);
1856 start_capture(bktr, METEOR_CONTIN);
3653 start_capture(bktr_ptr_t bktr, unsigned type) function