Searched refs:GLOB_NEXT_NAME (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dlglob.h48 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) macro
63 #define GLOB_NEXT_NAME(handle,fndp) _findnext(handle, fndp) macro
79 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) macro
H A Dfilename.c731 } while (GLOB_NEXT_NAME(handle, &fnd) == 0);

Completed in 42 milliseconds