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

/freebsd-10-stable/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.c641 GLOB_LIST(filename, list);

Completed in 156 milliseconds