Home
last modified time | relevance | path

Searched refs:matchpat (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/nextgo/NeXTGo-3.0/
H A Dfindpatn.c73 extern int matchpat(int,int,int*,int*,int*);
210 (matchpat(m, n, &ti, &tj, &tval) && (tval > *val))) in findpatn()
H A Dgnugo.h93 extern int matchpat(int m, int n, int *i, int *j, int *val);
H A DGNUmakefile52 igsparse.c initmark.c matchpat.c opening.c openregn.c\
H A Dmatchpat.c76 int matchpat(int m, int n, int *i, int *j, int *val) in matchpat() function
H A DPB.project61 matchpat.c,
H A DMakefile41 igsparse.c initmark.c matchpat.c opening.c openregn.c\
H A DNeXTGo.project61 matchpat.c,
H A DREADME.gnugo77 matchpat.c - match play pattern
/dports/games/gnugo/gnugo-3.8/engine/
H A Dshapes.c623 matchpat(shapes_callback, color, &pat_db, NULL, NULL); in shapes()
630 matchpat(shapes_callback, color, &joseki_db, NULL, NULL); in shapes()
634 matchpat(shapes_callback, color, &fusekipat_db, NULL, NULL); in shapes()
647 matchpat(shapes_callback, color, &endpat_db, NULL, NULL); in endgame_shapes()
H A DMakefile.am37 matchpat.c \
H A DMakefile.in64 matchpat.$(OBJEXT) montecarlo.$(OBJEXT) move_reasons.$(OBJEXT) \
210 matchpat.c \
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matchpat.Po@am__quote@
H A Dhandicap.c319 matchpat(free_handicap_callback, BLACK, &handipat_db, NULL, NULL); in find_free_handicap_pattern()
H A Doracle.c288 matchpat(oracle_callback, color, &oracle_db, oracle_moves, NULL); in do_consult_oracle()
/dports/games/gnugo/gnugo-3.8/patterns/
H A Dconnections.c221 matchpat(cut_callback, ANCHOR_COLOR, &conn_db, NULL, NULL); in find_cuts()
228 matchpat(conn_callback, ANCHOR_COLOR, &conn_db, NULL, NULL); in find_connections()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DHttpCapabilitiesSectionHandler.cs139 String matchpat = HandlerBase.RemoveAttribute(element, "match"); in RuleFromElement()
143 if (matchpat == null) { in RuleFromElement()
151 regex = new DelayedRegex(matchpat); in RuleFromElement()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/scanmail/
H A Dspam.h58 extern int matchpat(Pattern*, char*, Resub*);
H A Dtestscan.c206 if(matchpat(p, message, m)){ in matcher()
H A Dscanmail.c316 for(cp = message; matchpat(p, cp, m); cp = m->e.ep){ in matcher()
/dports/archivers/ha/ha-0.999b_2/c/
H A Dmisc.c204 static int matchpattern(char *matchpath, char *matchpat, in matchpattern() argument
209 md_namecmp(matchpat,name)) return 1; in matchpattern()
/dports/security/pxytest/pxytest-1.36/
H A Dpxytest1155 my $matchpat = $args{-match}
1164 /$matchpat/
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/plumb/
H A Dmatch.c269 matchpat(Plumbmsg *m, Exec *e, Rule *r) in matchpat() function
378 if(!matchpat(m, exec, rs->pat[i])){ in matchruleset()
/dports/security/libfprint/libfprint-0.7.0/libfprint/
H A DMakefile.in199 nbis/mindtct/matchpat.c nbis/mindtct/minutia.c \
276 nbis/mindtct/libfprint_la-matchpat.lo \
601 nbis/mindtct/matchpat.c \
806 nbis/mindtct/libfprint_la-matchpat.lo: nbis/mindtct/$(am__dirstamp) \
906 @AMDEP_TRUE@@am__include@ @am__quote@nbis/mindtct/$(DEPDIR)/libfprint_la-matchpat.Plo@am__quote@
1304 nbis/mindtct/libfprint_la-matchpat.lo: nbis/mindtct/matchpat.c
1305matchpat.lo -MD -MP -MF nbis/mindtct/$(DEPDIR)/libfprint_la-matchpat.Tpo -c -o nbis/mindtct/libfpr…
1306 …t)$(am__mv) nbis/mindtct/$(DEPDIR)/libfprint_la-matchpat.Tpo nbis/mindtct/$(DEPDIR)/libfprint_la-m…
1309 …-c -o nbis/mindtct/libfprint_la-matchpat.lo `test -f 'nbis/mindtct/matchpat.c' || echo '$(srcdir)/…
H A DMakefile.am88 nbis/mindtct/matchpat.c \
/dports/games/gnugo/gnugo-3.8/doc/
H A Doverview.texi474 @item @file{matchpat.c}
476 This file contains the pattern matcher @code{matchpat()}, which looks for
478 the @file{patterns/} directory. The function @code{matchpat()} is
636 moves by matchpat.
/dports/misc/mmv/mmv-1.01b.orig/
H A Dmmv.c353 static void matchpat(/* */);
692 matchpat();
704 matchpat();
779 static void matchpat() in matchpat() function

12