Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dlglob.h27 #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.c613 GLOB_LIST(filename, list); in lglob()