Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dlglob.h28 #define DECL_GLOB_LIST(list) char **list; char **pp; macro
38 #define DECL_GLOB_LIST(list) glob_t list; size_t i; macro