Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/reg/
H A Dreg.c272 BOOL is_switch(const WCHAR *s, const WCHAR c) in is_switch() function
282 return (is_switch(s, '?') || is_switch(s, 'h')); in is_help_switch()
H A Dreg.h45 BOOL is_switch(const WCHAR *s, const WCHAR c);