Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBuf/
H A DdocTable.c116 int * pColspan, in docTableDetermineCellspans() argument
138 if ( pColspan ) in docTableDetermineCellspans()
139 { *pColspan= colspan; } in docTableDetermineCellspans()
327 int docGetCellRight( int * pColspan, in docGetCellRight() argument
333 return docCellRight( pColspan, &(rowNode->biRowProperties), col ); in docGetCellRight()
342 int docGetMatchingCell( int * pColspan, in docGetMatchingCell() argument
369 { *pColspan= colspan; return col; } in docGetMatchingCell()
H A DdocBuf.h235 int * pColspan,
643 extern int docGetCellRight( int * pColspan,
646 extern int docGetMatchingCell( int * pColspan,
/dports/editors/ted/Ted-2.23/docBase/
H A DdocRowProperties.h279 extern int docCellRight( int * pColspan,
H A DdocRowProperties.c326 int docCellRight( int * pColspan, in docCellRight() argument
348 *pColspan= colspan; in docCellRight()