Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Ddat.c517 DATAFILE *sub_dat = open_sub_datafile(*dat, name); in do_add_file() local
519 if (!sub_dat) { in do_add_file()
527 if (for_each_file_ex(fname, 0, ~attrib_ok, do_add_file, &sub_dat) <= 0) { in do_add_file()
533 *dat = close_sub_datafile(*dat, name, sub_dat); in do_add_file()