Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dlglob.h26 #define DECL_GLOB_LIST(list) char **list; char **pp; macro
36 #define DECL_GLOB_LIST(list) glob_t list; int i; macro
H A Dfilename.c603 #ifdef DECL_GLOB_LIST in lglob()
611 DECL_GLOB_LIST(list) in lglob()