Home
last modified time | relevance | path

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

/dports/print/texinfo/texinfo-6.8/info/
H A Dnodes.c560 int is_fullpath, i; in check_loaded_file() local
564 is_fullpath = IS_ABSOLUTE (filename) in check_loaded_file()
571 || (!is_fullpath in check_loaded_file()
619 int is_fullpath; in info_find_file() local
629 is_fullpath = IS_ABSOLUTE (filename) in info_find_file()
631 if (!is_fullpath) in info_find_file()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A Dm3u.c178 int is_fullpath = 0; in load_m3u() local
180 is_fullpath = 1; in load_m3u()
193 is_fullpath = 1; in load_m3u()
197 if (is_fullpath) { // full path in load_m3u()