Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBase/
H A DdocListTable.c129 const DocumentList * dlNew, in docMergeListIntoTable() argument
143 if ( dl->dlListID != dlNew->dlListID ) in docMergeListIntoTable()
145 if ( dl->dlListTemplateID != dlNew->dlListTemplateID ) in docMergeListIntoTable()
146 { LLDEB(dl->dlListTemplateID,dlNew->dlListTemplateID); } in docMergeListIntoTable()
147 if ( dl->dlListStyleID != dlNew->dlListStyleID ) in docMergeListIntoTable()
148 { LLDEB(dl->dlListTemplateID,dlNew->dlListTemplateID); } in docMergeListIntoTable()
150 for ( level= dl->dlLevelCount; level < dlNew->dlLevelCount; level++ ) in docMergeListIntoTable()
152 if ( docDocumentListAddLevel( dl, dlNew->dlLevels+ level, in docMergeListIntoTable()
160 i= docDocumentListTableAddList( (DocumentList **)0, dlt, dlNew, in docMergeListIntoTable()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedEditList.c30 const DocumentList * dlNew, in tedDocChangeCurrentList() argument
62 if ( docRtfTraceNewList( eo, dlNew ) ) in tedDocChangeCurrentList()
66 if ( docEditChangeList( eo, dl, lo, dlNew ) ) in tedDocChangeCurrentList()
103 DocumentList dlNew; in tedDocListFontToolSet() local
113 docInitDocumentList( &dlNew ); in tedDocListFontToolSet()
132 if ( docCopyDocumentListSameDocument( &dlNew, dlOld ) ) in tedDocListFontToolSet()
141 ll= &(dlNew.dlLevels[sd.sdListLevel]); in tedDocListFontToolSet()
144 if ( tedDocChangeCurrentList( ed, &dlNew, td->tdTraced ) ) in tedDocListFontToolSet()
149 docCleanDocumentList( &dlNew ); in tedDocListFontToolSet()
H A DtedAppFront.h103 const struct DocumentList * dlNew );
H A DtedAppFront.c543 const struct DocumentList * dlNew ) in tedAppChangeCurrentList() argument
550 return tedDocChangeCurrentList( ed, dlNew, in tedAppChangeCurrentList()
H A DtedDocFront.h120 const struct DocumentList * dlNew,
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocEditList.c27 const DocumentList * dlNew ) in docEditChangeList() argument
34 if ( docCopyDocumentList( dl, dlNew, in docEditChangeList()
H A DdocEdit.h248 const struct DocumentList * dlNew );