Home
last modified time | relevance | path

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

/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/forms/
H A Dupdate-ports.inc.php47 $olddis = intval($val) ? 1 : 0; variable
52 if ($olddis == $newdis) {
/dports/science/xcrysden/xcrysden-1.6.2/F/SRC_nn/
H A Dnn.f221 olddis=0.d0
238 if((dists(n1)-olddis).gt.dlimit) then
242 olddis=dists(n1)
246 shdist(index,ishell(index))=olddis
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dpattern.c4244 Zpc_disables_save olddis; in endpatternscope() local
4246 olddis = zpc_disables_stack; in endpatternscope()
4247 zpc_disables_stack = olddis->next; in endpatternscope()
4250 restorepatterndisables(olddis->disables); in endpatternscope()
4252 zfree(olddis, sizeof(*olddis)); in endpatternscope()