Home
last modified time | relevance | path

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

/dports/games/cake/cake_src/cake/
H A Dcommands.cpp270 int n_partial_sol = 0, i; in CompleteCommand() local
306 ++n_partial_sol; in CompleteCommand()
326 ++n_partial_sol; in CompleteCommand()
346 ++n_partial_sol; in CompleteCommand()
358 while (search_next && n_partial_sol) in CompleteCommand()
379 if (display_solutions && n_partial_sol > 1) in CompleteCommand()
389 else if (n_partial_sol == 1) prefix[n] = ' '; in CompleteCommand()
392 if (auto_complete_command && n_partial_sol > 0) gConsole->SetCurrentCommand(prefix); in CompleteCommand()