Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddataset.h110 bool dataset_end_of_command (struct dataset *);
H A Ddataset.c861 dataset_end_of_command (struct dataset *ds) in dataset_end_of_command() function
/dports/math/pspp/pspp-1.4.1/src/language/
H A Dcommand.c152 if (!dataset_end_of_command (ds)) in cmd_parse_in_state()