Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/preproc/eqn/
HDlist.cpp157 int have_simple = 0; in compute_metrics() local
158 for (i = 0; i < list.len && !have_simple; i++) in compute_metrics()
159 have_simple = list.p[i]->is_simple(); in compute_metrics()
160 if (have_simple) { in compute_metrics()
185 int have_simple = 0; in compute_sublist_width() local
186 for (i = 0; i < n && !have_simple; i++) in compute_sublist_width()
187 have_simple = list.p[i]->is_simple(); in compute_sublist_width()
188 if (have_simple) { in compute_sublist_width()