Home
last modified time | relevance | path

Searched defs:pre_match (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/seq2gif/seq2gif-0.10.4/glyph/
H A Dbdf.h1 int pre_match(const char *buf, const char *str) { in pre_match() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Denum_variants.rs159 let pre_match = count_match_start(pre, &name).byte_count; in check_variant() localVariable
/dports/editors/helix/helix-0.5.0/cargo-crates/fuzzy-matcher-0.3.7/src/
H A Dclangd.rs290 let pre_match = &dp[prev_row_idx][line_idx]; in build_graph() localVariable
/dports/devel/texlab/texlab-3.3.0/cargo-crates/fuzzy-matcher-0.3.7/src/
H A Dclangd.rs290 let pre_match = &dp[prev_row_idx][line_idx]; in build_graph() localVariable
/dports/x11/sirula/sirula-1.0.0/cargo-crates/fuzzy-matcher-0.3.7/src/
H A Dclangd.rs290 let pre_match = &dp[prev_row_idx][line_idx]; in build_graph() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feedback/
H A Dredaction_tool.cc644 re2::StringPiece pre_match, pre_matched_id, matched_id, post_matched_id; in RedactCustomPatternWithContext() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feedback/
H A Danonymizer_tool.cc613 re2::StringPiece pre_match, pre_matched_id, matched_id, post_matched_id; in AnonymizeCustomPatternWithContext() local
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dregex.c3206 pre_match (bufp, string_arg, size, pos, regs) in pre_match() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_cmds.c100 linenr_T pre_match; // where to begin showing lines before the match member