Searched refs:s_fPrompt (Results 1 – 1 of 1) sorted by relevance
74 static WORD s_fPrompt = 0; variable206 if (s_fPrompt & PROMPT_PERCENT) // && (hFile != hStdIn) in PagePrompt()231 if (s_fPrompt & PROMPT_LINE_AT) in PagePrompt()238 (s_fPrompt & PROMPT_PERCENT ? szPercent : L""), in PagePrompt()239 (s_fPrompt & PROMPT_LINE_AT ? szLineAt : L""), in PagePrompt()244 s_fPrompt &= ~(PROMPT_LINE_AT | PROMPT_OPTIONS | PROMPT_LINES); in PagePrompt()429 s_fPrompt |= PROMPT_OPTIONS; in PagePrompt()455 s_fPrompt |= PROMPT_LINES; in PagePrompt()463 s_fPrompt |= PROMPT_LINES; in PagePrompt()471 s_fPrompt |= PROMPT_LINE_AT; in PagePrompt()[all …]