Home
last modified time | relevance | path

Searched refs:VALUEHISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DValueHistory.cc33 VH_entry VH_entry::history[VALUEHISTORY_SIZE + 1];
64 if (VH_entry::idx >= VALUEHISTORY_SIZE) VH_entry::idx = 0; in add_event()
77 loop(e, VALUEHISTORY_SIZE) in print_history()
80 if (cidx < 0) cidx = VALUEHISTORY_SIZE - 1; in print_history()
101 if (VALUEHISTORY_SIZE == 0) in print_history()
H A DValueHistory.hh49 static VH_entry history[VALUEHISTORY_SIZE + 1]; // +1 for Solaris
H A DCommon.hh382 enum { VALUEHISTORY_SIZE = 100000 }; enumerator
389 enum { VALUEHISTORY_SIZE = 0 }; enumerator