Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/where/
H A Dwhere.c25 static strlist_t s_patterns = strlist_default;
26 static strlist_t s_results = strlist_default;
27 static strlist_t s_pathext = strlist_default;
315 strlist_t dirlist = strlist_default; in WhereFindByDirs()
H A Dstrlist.h17 #define strlist_default { NULL, 0 } macro