Home
last modified time | relevance | path

Searched refs:noticks (Results 1 – 16 of 16) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtkz-base.cwl23 noticks
24 noticks#true,false
52 noticks
53 noticks#true,false
88 noticks
89 noticks#true,false
/dports/lang/perl5.34/perl-5.34.0/lib/
H A Ddumpvar.pl71 (my $__, local $noticks) = @_;
104 return ($noticks || /^\d+(\.\d*)?\Z/)
/dports/lang/perl5.30/perl-5.30.3/lib/
H A Ddumpvar.pl71 (my $__, local $noticks) = @_;
104 return ($noticks || /^\d+(\.\d*)?\Z/)
/dports/lang/perl5.32/perl-5.32.1/lib/
H A Ddumpvar.pl71 (my $__, local $noticks) = @_;
104 return ($noticks || /^\d+(\.\d*)?\Z/)
/dports/lang/perl5.30/perl-5.30.3/dist/Dumpvalue/lib/
H A DDumpvalue.pm100 my $noticks = shift;
130 ($noticks || /^\d+(\.\d*)?\Z/)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/
H A Ddumpvar.pl71 (my $__, local $noticks) = @_;
104 return ($noticks || /^\d+(\.\d*)?\Z/)
/dports/net/dgd/dgd-1.4.23/src/
H A Dinterpret.c69 rlim.noticks = TRUE; in i_init()
1457 if (rlim->noticks) { in i_get_ticks()
1516 rlim->noticks = TRUE; in i_new_rlimits()
1521 rlim->noticks = FALSE; in i_new_rlimits()
1526 rlim->noticks = f->rlim->noticks; in i_new_rlimits()
1547 if (!r->noticks) { in i_set_rlimits()
2013 if (f->rlim->noticks) { in i_interpret0()
2332 if (f->rlim->noticks) { in i_interpret1()
2776 if (f.rlim->noticks) { in i_funcall()
2899 if (!f.rlim->noticks) { in i_funcall()
[all …]
H A Dinterpret.h245 bool noticks; /* no ticks checking */ member
/dports/net/dgd/dgd-1.4.23/src/kfun/
H A Dextra.c740 if (!f->rlim->noticks && f->rlim->ticks <= cost) {
851 if (!f->rlim->noticks && f->rlim->ticks <= cost) {
1271 if (!f->rlim->noticks && f->rlim->ticks <= cost) {
1296 if (!f->rlim->noticks && f->rlim->ticks <= cost) {
1352 if (!f->rlim->noticks && f->rlim->ticks <= cost) {
1386 if (!f->rlim->noticks && f->rlim->ticks <= cost) {
/dports/lang/perl5.34/perl-5.34.0/dist/Dumpvalue/lib/
H A DDumpvalue.pm101 my $noticks = shift;
132 ($noticks || /^\d+(\.\d*)?\Z/)
/dports/lang/perl5.32/perl-5.32.1/dist/Dumpvalue/lib/
H A DDumpvalue.pm101 my $noticks = shift;
132 ($noticks || /^\d+(\.\d*)?\Z/)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Dumpvalue/lib/
H A DDumpvalue.pm101 my $noticks = shift;
132 ($noticks || /^\d+(\.\d*)?\Z/)
/dports/net/dgd/dgd-1.4.23/src/host/
H A Dcrypt.c512 if (f->rlim->noticks) { in P_encrypt_des()
H A Dasn.c709 if (f->rlim->noticks) { in asn_ticks()
/dports/games/flightgear-data/fgdata/Docs/
H A DREADME.hud127 <option> noticks </option>
/dports/net/dgd/dgd-1.4.23/src/parser/
H A Dparse.c527 if (ps->frame->rlim->noticks) { in ps_parse()