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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.c124 static void check_match (LexState *ls, int what, int who, int where) { function
753 check_match(ls, '}', '{', line);
808 check_match(ls, TK_END, TK_FUNCTION, line);
840 check_match(ls, ')', '(', line);
888 check_match(ls, ')', '(', line);
1250 check_match(ls, TK_END, TK_WHILE, line);
1266 check_match(ls, TK_UNTIL, TK_REPEAT, line);
1373 check_match(ls, TK_END, TK_FOR, line);
1423 check_match(ls, TK_END, TK_IF, line);
1553 check_match(l
[all...]
/freebsd-13-stable/usr.bin/systat/
H A Difstat.c391 check_match(const char *ifname) function
441 if (matchline && !check_match(ifp->if_mib.ifmd_name))
/freebsd-13-stable/contrib/atf/atf-c/
H A Dmacros_test.c519 ATF_TC(check_match); variable
520 ATF_TC_HEAD(check_match, tc)
525 ATF_TC_BODY(check_match, tc)
878 ATF_TP_ADD_TC(tp, check_match);
/freebsd-13-stable/contrib/lua/src/
H A Dlparser.c130 static void check_match (LexState *ls, int what, int who, int where) { function
933 check_match(ls, '}', '{', line);
994 check_match(ls, TK_END, TK_FUNCTION, line);
1027 check_match(ls, ')', '(', line);
1075 check_match(ls, ')', '(', line);
1469 check_match(ls, TK_END, TK_WHILE, line);
1485 check_match(ls, TK_UNTIL, TK_REPEAT, line);
1621 check_match(ls, TK_END, TK_FOR, line);
1672 check_match(ls, TK_END, TK_IF, line);
1853 check_match(l
[all...]
/freebsd-13-stable/sys/contrib/zlib/
H A Ddeflate.c99 local void check_match OF((deflate_state *s, IPos start, IPos match,
1451 local void check_match(s, start, match, length) function
1472 # define check_match(s, start, match, length) macro
1870 check_match(s, s->strstart, s->match_start, s->match_length);
1995 check_match(s, s->strstart-1, s->prev_match, s->prev_length);
2105 check_match(s, s->strstart, s->strstart - 1, s->match_length);

Completed in 117 milliseconds