Searched refs:l_top (Results 1 – 11 of 11) sorted by relevance
/dports/mail/mmh/mmh-0.4/sbr/ |
H A D | lock_file.c | 90 static struct lock *l_top = NULL; variable 525 lp->l_next = l_top; in timerON() 527 if (!l_top) { in timerON() 533 l_top = lp; in timerON() 549 if (l_top) { in timerOFF() 550 for (pp = lp = l_top; lp; pp = lp, lp = lp->l_next) { in timerOFF() 555 if (lp == l_top) in timerOFF() 556 l_top = lp->l_next; in timerOFF() 566 if (l_top) in timerOFF() 583 for (lp = l_top; lp; lp = lp->l_next) { in alrmser()
|
/dports/mail/nmh/nmh-1.7.1/sbr/ |
H A D | lock_file.c | 80 static struct lock *l_top = NULL; variable 662 lp->l_next = l_top; in timerON() 664 if (!l_top) { in timerON() 669 l_top = lp; in timerON() 685 if (l_top) { in timerOFF() 686 for (pp = lp = l_top; lp; pp = lp, lp = lp->l_next) { in timerOFF() 691 if (lp == l_top) in timerOFF() 692 l_top = lp->l_next; in timerOFF() 702 if (l_top) in timerOFF() 720 for (lp = l_top; lp; lp = lp->l_next) { in alrmser()
|
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/ |
H A D | shmidcat.c | 130 uintptr_t l_top, l_curr; in emit_string() local 152 l_top = (uintptr_t)buf_top; in emit_string() 155 if(l_curr >= l_top) in emit_string() 157 consumed = l_curr - l_top; in emit_string() 161 consumed = (l_curr + WAVE_PARTIAL_VCD_RING_BUFFER_SIZE) - l_top; in emit_string()
|
/dports/math/polymake/polymake-4.5/lib/core/src/ |
H A D | Bitset.cc | 101 mp_limb_t* l_top = l-1+n_limbs; 106 for (; l < l_top; ++l)
|
/dports/russian/xruskb/xruskb-1.15.4/ |
H A D | props.c | 94 XtArgVal *l_top; in set_minutes() local 105 l_top = (XtArgVal *) ⊤ in set_minutes() 106 XtSetArg(args[0], XtNtopOfThumb, *l_top); in set_minutes()
|
/dports/lang/swi-pl/swipl-8.2.3/src/ |
H A D | pl-vmi.c | 4495 void *l_top; variable 4551 l_top = argFrameP(FR, FR->predicate->functor->arity); 4555 (int)FR->level, predicateName(FR->predicate), l_top)); 4556 if ( l_top < (void*)(BFR+1) ) 4558 Sdprintf("Include choice points: %p -> %p\n", l_top, (void*)(BFR+1))); 4559 l_top = (void*)(BFR+1); 4561 lTop = l_top;
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/diff/ |
H A D | view.py | 1070 for (l_top, l_bot, kind), (r_top, r_bot, kind) in zip(*line_number_changes): 1071 height = max(l_bot - l_top, r_bot - r_top) 1072 top = delta + l_top
|
/dports/lang/micropython/micropython-1.17/py/ |
H A D | compile.c | 2983 uint l_top = comp_next_label(comp); in compile_scope_comp_iter() local 2985 EMIT_ARG(label_assign, l_top); in compile_scope_comp_iter() 3004 c_if_cond(comp, pns_comp_if->nodes[0], false, l_top); in compile_scope_comp_iter() 3016 EMIT_ARG(jump, l_top); in compile_scope_comp_iter()
|
/dports/www/calamaris-devel/calamaris-2.99.4.5/ |
H A D | calAxestype.pm | 1607 $self->{y_tick_number} *= 1 + abs $r_top - $l_top;
|
/dports/graphics/p5-GD-Graph/GDGraph-1.54/Graph/ |
H A D | axestype.pm | 1636 $self->{y_tick_number} *= 1 + abs $r_top - $l_top;
|
/dports/security/dirbuster/DirBuster-1.0-RC1/ |
H A D | directories.jbrofuzz | 28014 l_top
|