Searched refs:should_continue (Results 1 – 3 of 3) sorted by relevance
24 volatile int should_continue = 0; variable36 for (counter = 0; !should_continue && counter < 100; counter++) in main()
113 bool continue_walking (bool should_continue) in continue_walking()114 { return should_continue; } in continue_walking()
140 bool continue_walking (bool should_continue) in continue_walking() argument142 bool cont = should_continue && (m_elts < m_options->print_max); in continue_walking()143 if (!cont && should_continue) in continue_walking()