Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pr/
H A Dpr.c108 typedef struct {int fold; int skip; int eof; } foldinf; typedef
152 static foldinf *Fcol;
581 if ((Fcol = (foldinf *) malloc(sizeof (foldinf) * Ncols)) == NULL) { in findopt()