Home
last modified time | relevance | path

Searched refs:llSpace (Results 1 – 3 of 3) sorted by relevance

/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfWriteListTable.c58 if ( ll->llSpace != 0 ) in docRtfWriteListLevel()
59 { docRtfWriteArgTag( rwc, "levelspace", ll->llSpace ); } in docRtfWriteListLevel()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocListLevel.c45 ll->llSpace= 0; /* O */ in docInitDocumentListLevel()
122 to->llSpace= from->llSpace; in docCopyDocumentListLevel()
935 ll->llSpace= val; in docSetListLevelProperty()
H A DdocListLevel.h113 int llSpace; /* O */ member