Searched refs:is_switch (Results 1 – 2 of 2) sorted by relevance
272 BOOL is_switch(const WCHAR *s, const WCHAR c) in is_switch() function282 return (is_switch(s, '?') || is_switch(s, 'h')); in is_help_switch()
45 BOOL is_switch(const WCHAR *s, const WCHAR c);