Lines Matching defs:filename
27 #define GLOB_LIST(filename,list) list = _fnexplode(filename) argument
37 #define GLOB_LIST(filename,list) glob(filename,GLOB_NOCHECK,0,&list) argument
46 #define GLOB_FIRST_NAME(filename,fndp,h) h = _dos_findfirst(filename, ~_A_VOLID, fndp) argument
61 #define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp) argument
77 #define GLOB_FIRST_NAME(filename,fndp,h) h = findfirst(filename, fndp, ~FA_LABEL) argument