Home
last modified time | relevance | path

Searched refs:loopcheck (Results 1 – 23 of 23) sorted by relevance

/dports/japanese/hns/hns-2.19.9/tools/
H A Dmail2nikki.pl.in134 if ($loopcheck == 0) {
144 if ($loopcheck == 0) {
263 $loopcheck = 0;
269 $loopcheck = 1;
284 $loopcheck = 1;
297 $loopcheck = 1;
447 . " LOOPCHK=$loopcheck";
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dpage.py43 loopcheck = set()
45 loopcheck.add(axis)
47 if axis in loopcheck:
204 loopcheck = set()
206 loopcheck.add(axis)
209 if axis in loopcheck:
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dbrowse-patterns.lua53 local loopcheck -- Loop checkbox
397 loopcheck.show(x, y, true)
399 loopcheck.show(x, y, false)
401 y = y + loopcheck.ht + gapy
664 loopcheck = op.checkbox("Loop pattern list", op.white, toggleloop)
669 optht = optht + loopcheck.ht + keepspeedcheck.ht + 8 * gapy
726 loopcheck.hide()
/dports/devel/codequery/codequery-0.24.0/makedb/
H A Dcsdbparser.cpp446 unsigned int loopcheck = 0; // prevent infinite loop in get_next_symbol() local
448 while(loopcheck++ < 65500) in get_next_symbol()
452 if ((ch == 0x0A)&&(loopcheck > 1)) in get_next_symbol()
456 else if ((ch >= 0x30)&&(ch <= 0x39)&&(loopcheck > 1)) in get_next_symbol()
471 if ((ch == 0x0A)&&(loopcheck > 1)) {;} in get_next_symbol()
/dports/net/ntp/ntp-4.2.8p15/libparse/
H A Dparsesolaris.c994 register int loopcheck; in zs_xsisr() local
1026 loopcheck = MAXDEPTH; in zs_xsisr()
1069 if (!loopcheck--) in zs_xsisr()
1110 loopcheck = MAXDEPTH; in zs_xsisr()
1143 if (!loopcheck--) in zs_xsisr()
H A Dparsestreams.c1135 register int loopcheck; in zs_xsisr() local
1192 loopcheck = MAXDEPTH; in zs_xsisr()
1235 if (!loopcheck--) in zs_xsisr()
1273 loopcheck = MAXDEPTH; in zs_xsisr()
1306 if (!loopcheck--) in zs_xsisr()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_parse.y144 static void loopcheck(struct parser_ctx *ctx, struct subgraph *sg);
341 loopcheck(ctx, &$$);
428 static void loopcheck(struct parser_ctx *ctx, struct subgraph *sg)
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_parse.y144 static void loopcheck(struct parser_ctx *ctx, struct subgraph *sg);
341 loopcheck(ctx, &$$);
428 static void loopcheck(struct parser_ctx *ctx, struct subgraph *sg)
/dports/science/lammps/lammps-stable_29Sep2021/src/POEMS/
H A Dfix_poems.h108 int loopcheck(int, int, tagint **);
H A Dfix_poems.cpp1087 if (loopcheck(nbody,njoint,jlist)) in jointbuild()
1203 int FixPOEMS::loopcheck(int nvert, int nedge, tagint **elist) in loopcheck() function in FixPOEMS
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/POEMS/
H A Dfix_poems.h148 int loopcheck(int, int, int **);
H A Dfix_poems.cpp1389 int FixPOEMS::loopcheck(int nvert, int nedge, int **elist) in loopcheck() function in FixPOEMS
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvdelivermail.c121 char loopcheck[255]; in main() local
125 snprintf (loopcheck, sizeof(loopcheck), "%s@%s", TheUser, TheDomain); in main()
126 if ( is_looping( loopcheck ) == 1 ) { in main()
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dbytebuffer.t298 loopcheck:
303 if i < 8192 goto loopcheck
/dports/mail/avenger/avenger-0.8.5/asmtpd/
H A Dspf.C66 loopcheck (lc ? lc : ptr<bhash<str> > (New refcounted<bhash<str> >)), in spf_t()
183 else if (!loopcheck->insert (mytolower (domain)) || recdepth > 20) { in init()
599 recurse = New spf_t (addr, sender, loopcheck, recdepth + 1); in mech_include()
H A Dasmtpd.h713 ref<bhash<str> > loopcheck; member
762 ptr<bhash<str> > loopcheck = NULL, int recdepth = 0);
/dports/lang/ruby26/ruby-2.6.9/
H A Dfile.c3974 VALUE loopcheck, enum rb_realpath_mode mode, int last) in realpath_rec() argument
4012 checkval = rb_hash_aref(loopcheck, testpath); in realpath_rec()
4054 rb_hash_aset(loopcheck, testpath, ID2SYM(resolving)); in realpath_rec()
4069 loopcheck, mode, !*unresolved_firstsep)) in realpath_rec()
4072 rb_hash_aset(loopcheck, testpath, rb_str_dup_frozen(*resolvedp)); in realpath_rec()
4078 rb_hash_aset(loopcheck, s, s); in realpath_rec()
4093 VALUE loopcheck; in rb_check_realpath_internal() local
4155 loopcheck = rb_hash_new(); in rb_check_realpath_internal()
4157 if (realpath_rec(&prefixlen, &resolved, curdir_names, Qnil, loopcheck, mode, 0)) in rb_check_realpath_internal()
4161 if (realpath_rec(&prefixlen, &resolved, basedir_names, Qnil, loopcheck, mode, 0)) in rb_check_realpath_internal()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Drectangular_3_center_2.h1116 CGAL_optimisation_assertion_code(bool loopcheck = false;) in rectangular_3_center_2_type2()
1145 CGAL_optimisation_assertion(!loopcheck); in rectangular_3_center_2_type2()
1147 CGAL_optimisation_assertion_code(loopcheck = true;) in rectangular_3_center_2_type2()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgnome-vfs-types.defs11 '("loopcheck" "GNOME_VFS_DIRECTORY_VISIT_LOOPCHECK")
/dports/lang/gawk/gawk-5.1.1/doc/
H A Dwordlist1211 loopcheck
H A Dgawk.texi17506 @file{loopcheck.awk}:
17525 $ @kbd{gawk -f loopcheck.awk}
17535 $ @kbd{nawk -f loopcheck.awk}
H A Dgawktexi.in16647 @file{loopcheck.awk}:
16666 $ @kbd{gawk -f loopcheck.awk}
16676 $ @kbd{nawk -f loopcheck.awk}
/dports/lang/yap/yap-6.2.2/packages/ProbLog/problog/
H A Dptree.yap1509 (loopcheck(Proof, Ancestors) -> % to fix
1572 loopcheck(Proof, AncestorList):-