Searched defs:GLOB_FIRST_NAME (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dlglob.h46 #define GLOB_FIRST_NAME(filename,fndp,h) h = _dos_findfirst(filename, ~_A_VOLID, fndp) macro
61 #define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp) macro
77 #define GLOB_FIRST_NAME(filename,fndp,h) h = findfirst(filename, fndp, ~FA_LABEL) macro

Completed in 50 milliseconds