Searched refs:have_simple (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Dlist.cpp157 int have_simple = 0; local
158 for (i = 0; i < list.len && !have_simple; i++)
159 have_simple = list.p[i]->is_simple();
160 if (have_simple) {
185 int have_simple = 0; local
186 for (i = 0; i < n && !have_simple; i++)
187 have_simple = list.p[i]->is_simple();
188 if (have_simple) {

Completed in 44 milliseconds