Searched defs:GLOB_FIRST_NAME (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/less/dist/ |
H A D | lglob.h | 48 #define GLOB_FIRST_NAME(filename,fndp,h) h = _dos_findfirst(filename, ~_A_VOLID, fndp) macro 63 #define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp) macro 79 #define GLOB_FIRST_NAME(filename,fndp,h) h = findfirst(filename, fndp, ~FA_LABEL) macro
|