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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp4342 width_list *w_new_curr = new width_list(w_old_curr); local
4343 width_list *w_new = w_new_curr;
4346 w_new_curr->next = new width_list(w_old_curr);
4347 w_new_curr = w_new_curr->next;

Completed in 181 milliseconds