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

/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp619 int *separation; member in struct:format
633 separation = ncolumns > 1 ? new int[ncolumns - 1] : 0;
635 separation[i] = -1;
676 a_delete separation; local
690 int separation; member in struct:input_entry_format
703 separation = -1;
737 if (separation >= 0)
738 fprintf(stderr, "%d", separation);
876 list->separation = w;
1143 // use the greatest separation
[all...]

Completed in 201 milliseconds