Home
last modified time | relevance | path

Searched refs:histtop (Results 1 – 2 of 2) sorted by relevance

/dports/math/concorde/concorde/TINY/
H A Dbnbmsp.c84 int histtop; member
130 s.histtop = 0; in CCtiny_bnb_msp()
432 smark = s->histtop; in search()
526 s->searchhist[s->histtop].from = n0; in set_edge()
527 s->searchhist[s->histtop].to = n1; in set_edge()
528 s->searchhist[s->histtop].pfrom = p0; in set_edge()
529 s->searchhist[s->histtop].pto = p1; in set_edge()
530 s->histtop++; in set_edge()
631 smark = s->histtop; in select_edge()
771 int i = s->histtop; in unroll_stack()
[all …]
/dports/audio/snd/snd-21.2/
H A Drepl.scm81 (histtop ()))
86 (if (null? histtop)
88 (set! histtop (list (copy line)))
89 (set! histtail histtop))
158 (format #f "line: ~A" histtop)))))
395 ((*repl* 'prompt) (+ (length histtop) 1))
1454 (set! prompt-string (format #f "<debug ~D> " (+ (length histtop) 1)))