Home
last modified time | relevance | path

Searched refs:check_open_blocks (Results 1 – 8 of 8) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/cmark/src/
H A Dblocks.c855 static cmark_node *check_open_blocks(cmark_parser *parser, cmark_chunk *input, in check_open_blocks() function
1240 last_matched_container = check_open_blocks(parser, &input, &all_matched); in S_process_line()
/dports/www/kristall/kristall-6b39f244/lib/cmark/src/
H A Dblocks.c875 static cmark_node *check_open_blocks(cmark_parser *parser, cmark_chunk *input, in check_open_blocks() function
1259 last_matched_container = check_open_blocks(parser, &input, &all_matched); in S_process_line()
/dports/textproc/cmark/cmark-0.30.2/src/
H A Dblocks.c889 static cmark_node *check_open_blocks(cmark_parser *parser, cmark_chunk *input, in check_open_blocks() function
1274 last_matched_container = check_open_blocks(parser, &input, &all_matched); in S_process_line()
/dports/net-im/fractal/fractal-4.4.0/vendor/comrak/src/parser/
H A Dmod.rs526 if let Some(last_matched_container) = self.check_open_blocks(line, &mut all_matched) { in process_line()
545 fn check_open_blocks( in check_open_blocks() method
/dports/textproc/R-cran-commonmark/commonmark/src/cmark/
H A Dblocks.c968 static cmark_node *check_open_blocks(cmark_parser *parser, cmark_chunk *input, in check_open_blocks() function
1396 last_matched_container = check_open_blocks(parser, &input, &all_matched); in S_process_line()
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/src/
H A Dblocks.c968 static cmark_node *check_open_blocks(cmark_parser *parser, cmark_chunk *input, in check_open_blocks() function
1396 last_matched_container = check_open_blocks(parser, &input, &all_matched); in S_process_line()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/comrak-0.12.1/src/parser/
H A Dmod.rs658 if let Some(last_matched_container) = self.check_open_blocks(line, &mut all_matched) { in process_line()
677 fn check_open_blocks( in check_open_blocks() method
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/src/
H A Dblocks.c1019 static cmark_node *check_open_blocks(cmark_parser *parser, cmark_chunk *input, in check_open_blocks() function
1456 last_matched_container = check_open_blocks(parser, &input, &all_matched); in S_process_line()