Searched refs:pStopCode (Results 1 – 6 of 6) sorted by relevance
/dports/editors/ted/Ted-2.23/docLayout/ |
H A D | docLayoutParaInStrip.c | 47 int docLayoutParagraphInStrip( int * pStopCode, in docLayoutParagraphInStrip() argument 72 { *pStopCode= xStopCode; return xStopCode; } in docLayoutParagraphInStrip() 97 *pStopCode= stopCode; /* FORMATstopBLOCK_FULL */ in docLayoutParagraphInStrip() 112 *pStopCode= stopCode; /* FORMATstopBLOCK_FULL */ in docLayoutParagraphInStrip() 123 *pStopCode= stopCode; return FORMATstopBLOCK_FULL; in docLayoutParagraphInStrip() 149 { *pStopCode= FORMATstopBLOCK_FULL; break; } in docLayoutParagraphInStrip()
|
H A D | docLayoutLines.c | 31 static int docAboveLine( int * pStopCode, in docAboveLine() argument 50 { *pStopCode= FORMATstopBLOCK_FULL; return 1; } in docAboveLine() 53 { *pStopCode= FORMATstopFRAME_FULL; return 1; } in docAboveLine() 76 static int docBelowLine( int * pStopCode, in docBelowLine() argument 118 { *pStopCode= FORMATstopBLOCK_FULL; return 1; } in docBelowLine() 122 { *pStopCode= FORMATstopFRAME_FULL; return 1; } in docBelowLine() 276 static int docLayout_Line( int * pStopCode, in docLayout_Line() argument 319 res= docAboveLine( pStopCode, &lpHere, paraNode, part, bf, pf ); in docLayout_Line() 339 res= docBelowLine( pStopCode, &lpHere, in docLayout_Line() 465 int docLayoutParaLines( int * pStopCode, in docLayoutParaLines() argument [all …]
|
H A D | docLayoutParagraphs.c | 84 int * pStopCode, in docLayoutChildInStrip() argument 94 return docLayoutParagraphInStrip( pStopCode, plp, bf, lj, in docLayoutChildInStrip() 97 return docLayoutRowInStrip( pStopCode, plp, bf, lj, in docLayoutChildInStrip() 147 int docLayoutStripChildren( int * pStopCode, in docLayoutStripChildren() argument 236 *pStopCode= FORMATstopNEXT_FRAME; in docLayoutStripChildren() 250 *pStopCode= stopCode; in docLayoutStripChildren() 265 { *pStopCode= FORMATstopREADY; } in docLayoutStripChildren()
|
H A D | docLayout.h | 155 int * pStopCode, 171 extern int docLayoutRowNode( int * pStopCode, 264 extern int docLayoutParaLines( int * pStopCode, 438 int * pStopCode, 454 int * pStopCode, 462 int * pStopCode,
|
H A D | docLayoutRow.c | 569 int docLayoutRowInStrip( int * pStopCode, in docLayoutRowInStrip() argument 603 *pStopCode= FORMATstopBLOCK_FULL; in docLayoutRowInStrip() 609 *pStopCode= FORMATstopREADY; in docLayoutRowInStrip() 669 int docLayoutRowNode( int * pStopCode, in docLayoutRowNode() argument 792 *pStopCode= stopCode; in docLayoutRowNode()
|
H A D | docLayoutPara.c | 684 int * pStopCode, in docLayoutStartParagraph() argument 714 *pStopCode= FORMATstopCOLUMN_BREAK; in docLayoutStartParagraph() 717 *pStopCode= FORMATstopPAGE_BREAK; in docLayoutStartParagraph() 738 *pStopCode= FORMATstopREADY; in docLayoutStartParagraph()
|