Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBuf/
H A DdocSelectTree.c23 BufferItem ** pBodySectNode, in docGetTreeOfNode() argument
47 if ( pBodySectNode ) in docGetTreeOfNode()
48 { *pBodySectNode= bodySectNode; } in docGetTreeOfNode()
61 BufferItem ** pBodySectNode, in docGetSelectionRoot() argument
75 if ( pTree || pBodySectNode ) in docGetSelectionRoot()
85 if ( pBodySectNode ) in docGetSelectionRoot()
86 { *pBodySectNode= bodySectNode; } in docGetSelectionRoot()
H A DdocDocumentTree.c264 BufferItem ** pBodySectNode, in docGetRootOfSelectionScope() argument
279 if ( pBodySectNode ) in docGetRootOfSelectionScope()
358 if ( pBodySectNode ) in docGetRootOfSelectionScope()
359 { *pBodySectNode= bodySectNode; } in docGetRootOfSelectionScope()
H A DdocBuf.h271 struct BufferItem ** pBodySectNode,
276 struct BufferItem ** pBodySectNode,
382 struct BufferItem ** pBodySectNode,
387 struct BufferItem ** pBodySectNode,
H A DdocHeaderFooter.c388 BufferItem ** pBodySectNode, in docGetHeaderFooter() argument
406 *pEi= eiHdFt; *pBodySectNode= bodySectNode; return 0; in docGetHeaderFooter()
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutTree.c432 BufferItem ** pBodySectNode, in docGetY0ForSelectedNoteSeparator() argument
467 *pBodySectNode= bodySectNode; in docGetY0ForSelectedNoteSeparator()
472 BufferItem ** pBodySectNode, in docCheckPageOfSelectedTree() argument
514 *pBodySectNode= selRootBodySectNode; in docCheckPageOfSelectedTree()
565 *pBodySectNode= selRootBodySectNode; in docCheckPageOfSelectedTree()
578 *pBodySectNode= selRootBodySectNode; in docCheckPageOfSelectedTree()
H A DdocLayout.h345 struct BufferItem ** pBodySectNode,
/dports/editors/ted/Ted-2.23/Ted/
H A DtedSelectionDescription.c53 BufferItem ** pBodySectNode, in tedGetSelection() argument
66 if ( pEi || pBodySectNode ) in tedGetSelection()
75 if ( pBodySectNode ) in tedGetSelection()
76 { *pBodySectNode= bodySectNode; } in tedGetSelection()
H A DtedSelect.h44 struct BufferItem ** pBodySectNode,