Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddataset.c86 time_t last_proc_invocation; member
186 new->last_proc_invocation = old->last_proc_invocation; in dataset_clone()
374 if (ds->last_proc_invocation == 0) in time_of_last_procedure()
376 return ds->last_proc_invocation; in time_of_last_procedure()
655 ds->last_proc_invocation = time (NULL); in update_last_proc_invocation()