Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c106 typedef struct {int fold; int skip; int eof; } foldinf; typedef
150 static foldinf *Fcol;
579 if ((Fcol = (foldinf *) malloc(sizeof (foldinf) * Ncols)) == NULL) { in findopt()