Home
last modified time | relevance | path

Searched refs:npSetMask (Results 1 – 10 of 10) sorted by relevance

/dports/editors/ted/Ted-2.23/docBase/
H A DdocNoteProperties.c80 const PropertyMask * npSetMask, in docUpdNoteProperties() argument
87 if ( PROPmaskISSET( npSetMask, NOTEpropFIXED_TEXT ) ) in docUpdNoteProperties()
100 if ( PROPmaskISSET( npSetMask, NOTEpropTREE_TYPE ) ) in docUpdNoteProperties()
109 if ( PROPmaskISSET( npSetMask, NOTEpropAUTO_NUMBER ) ) in docUpdNoteProperties()
H A DdocNoteProperties.h49 const PropertyMask * npSetMask,
/dports/editors/ted/Ted-2.23/Ted/
H A DtedNote.c159 const PropertyMask * npSetMask, in tedChangeNoteImpl() argument
167 npSetMask, npSet ) ) in tedChangeNoteImpl()
204 const PropertyMask * npSetMask, in tedDocChangeCurrentNote() argument
237 npSetMask, &(dn->dnNoteProperties) ) ) in tedDocChangeCurrentNote()
239 if ( docRtfTraceNewNoteProperties( eo, npSetMask, npSet ) ) in tedDocChangeCurrentNote()
243 if ( tedChangeNoteImpl( eo, dfNote, dn, selInNote, npSetMask, npSet ) ) in tedDocChangeCurrentNote()
H A DtedThisNoteTool.c237 PropertyMask npSetMask; in APP_BUTTON_CALLBACK_H() local
240 utilPropMaskClear( &npSetMask ); in APP_BUTTON_CALLBACK_H()
254 docNotePropertyDifference( &npSetMask, &(tnt->tntNotePropertiesSet), in APP_BUTTON_CALLBACK_H()
258 { PROPmaskUNSET( &npSetMask, NOTEpropFIXED_TEXT ); } in APP_BUTTON_CALLBACK_H()
260 if ( ! utilPropMaskIsEmpty( &npSetMask ) ) in APP_BUTTON_CALLBACK_H()
263 &npSetMask, &(tnt->tntNotePropertiesChosen) ); in APP_BUTTON_CALLBACK_H()
H A DtedAppFront.h75 const PropertyMask * npSetMask,
H A DtedAppFront.c448 const PropertyMask * npSetMask, in tedAppChangeCurrentNote() argument
456 tedDocChangeCurrentNote( ed, npSetMask, npSet, in tedAppChangeCurrentNote()
H A DtedEdit.h219 const PropertyMask * npSetMask,
H A DtedDocFront.h86 const PropertyMask * npSetMask,
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocRtfWriteTrace.c245 const PropertyMask * npSetMask, in docRtfTraceNoteProperties() argument
261 if ( PROPmaskISSET( npSetMask, NOTEpropAUTO_NUMBER ) ) in docRtfTraceNoteProperties()
268 if ( PROPmaskISSET( npSetMask, NOTEpropTREE_TYPE ) ) in docRtfTraceNoteProperties()
284 const PropertyMask * npSetMask, in docRtfTraceOldNoteProperties() argument
288 npSetMask, npSet ); in docRtfTraceOldNoteProperties()
293 const PropertyMask * npSetMask, in docRtfTraceNewNoteProperties() argument
297 npSetMask, npSet ); in docRtfTraceNewNoteProperties()
H A DdocRtfTrace.h127 const PropertyMask * npSetMask,
132 const PropertyMask * npSetMask,