Searched refs:wouldfit (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/mpm/ |
H A D | page.cc | 151 int wouldfit(range *r, stream *s, int maxht) in wouldfit() function 168 int wouldfit(stream *s1, stream *s, int maxht) in wouldfit() function 188 if (!leftblocked && wouldfit(s, &(column[0]), goalht)) in choosecol() 372 if (wouldfit(stage, &definite, pagesize - twocol->height())) in tryout()
|
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mpm/ |
H A D | page.cc | 136 int wouldfit(range *r, stream *s, int maxht) in wouldfit() function 153 int wouldfit(stream *s1, stream *s, int maxht) in wouldfit() function 173 if (!leftblocked && wouldfit(s, &(column[0]), goalht)) in choosecol() 357 if (wouldfit(stage, &definite, pagesize - twocol->height())) in tryout()
|