Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dchoice.c75 IsKeyInString (LPTSTR lpString, TCHAR cKey, BOOL bCaseSensitive) in IsKeyInString() function
239 val = IsKeyInString (lpOptions, in CommandChoice()
286 if ((val=IsKeyInString(lpOptions,Ch,bCaseSensitive))==-1) in CommandChoice()
298 val = IsKeyInString (lpOptions, cDefault, bCaseSensitive); in CommandChoice()