Home
last modified time | relevance | path

Searched refs:match_add (Results 1 – 24 of 24) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dengine.cpp22 if (match_add(s, f)) in display_result()
30 if (match_add(s, f)) in display_result()
H A Dmatch.h30 bool match_add(state *s, Filedata * f);
H A Dmatch.cpp356 bool match_add(state *s, Filedata * f) { in match_add() function
379 if (match_add(s,f)) { in match_load()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmatch.c28 match_add( in match_add() function
1152 match_add(win, group, in f_setmatches()
1158 match_add(win, group, NULL, priority, id, s, conceal); in f_setmatches()
1223 rettv->vval.v_number = match_add(win, grp, pat, prio, id, NULL, in f_matchadd()
1291 rettv->vval.v_number = match_add(win, group, NULL, prio, id, l, in f_matchaddpos()
1418 match_add(curwin, g, p + 1, 10, id, NULL, NULL); in ex_match()
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/kegg/
H A Dapi.py639 def match_add(search_id, entry): function
664 match_add(search_id, entry)
673 match_add(search_id, entry)
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dplugin.py168 terminal.match_add(self.handler_name, self.match)
H A Dterminal.py365 def match_add(self, name, match): member in Terminal
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Daho-corasick.c353 match * match_add(match * last, size_t start, size_t len, unsigned short match_type) { in match_add() function
405 m = match_add(m, counter - a->node[temp_state].len, in ac_trie_search()
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dstyledtexteditor.py604 self.textbuffer.match_add(SCHEME + "//(" + USER + "@)?" +
607 self.textbuffer.match_add(r"(www\.|ftp\.)[" + HOSTCHARS + r"]*\.[" +
610 self.textbuffer.match_add(r"(mailto:)?[\w][-.\w]*@[\w]"
H A Dstyledtextbuffer.py664 def match_add(self, pattern, flavor): member in StyledTextBuffer
/dports/games/libretro-picodrive/picodrive-600894e/cpu/musashi/
H A Dm68kmake.c197 unsigned int match_add; member
863 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m68k/
H A Dm68kmake.c195 unsigned int match_add; member
854 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/m68k/
H A Dm68kmake.c195 unsigned int match_add; member
854 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/musashi/
H A Dm68kmake.c197 unsigned int match_add; member
863 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/musa/
H A Dm68kmake.c194 unsigned int match_add; member
858 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/m68000/
H A Dm68kmake.c198 unsigned int match_add; member
851 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/m68000/
H A Dm68kmake.c198 unsigned int match_add; member
851 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/musashi/
H A Dm68kmake.c198 unsigned int match_add; member
868 dst->op_match |= g_ea_info_table[ea_mode].match_add; in set_opcode_struct()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dvte.defs426 (define-method match_add
/dports/x11-toolkits/vte/vte-0.28.2/python/
H A Dvte.defs594 (define-method match_add
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DLalignmm.c174 static void match_add( double *match, double **cpmx1, double **cpmx2, int i1, int lgth2, double **d…
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c6343 rettv->vval.v_number = match_add(win, grp, pat, prio, id, NULL, conceal_char); in f_matchadd()
6393 rettv->vval.v_number = match_add(win, group, NULL, prio, id, l, conceal_char); in f_matchaddpos()
9149 if (match_add(win, group, in f_setmatches()
9155 if (match_add(win, group, NULL, priority, id, s, conceal) != id) { in f_setmatches()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c6678 int match_add(win_T *wp, const char *const grp, const char *const pat, int prio, int id, in match_add() function
H A Dex_docmd.c9641 match_add(curwin, (const char *)g, (const char *)p + 1, 10, id, in ex_match()