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

/freebsd-9.3-release/contrib/less/
H A Dlglob.h14 * 1. GLOB_LIST
27 #define GLOB_LIST(filename,list) list = _fnexplode(filename) macro
37 #define GLOB_LIST(filename,list) glob(filename,GLOB_NOCHECK,0,&list) macro
H A Dfilename.c644 GLOB_LIST(filename, list);

Completed in 44 milliseconds