Home
last modified time | relevance | path

Searched refs:sioOutFileioOpenS (Results 1 – 6 of 6) sorted by relevance

/dports/editors/ted/Ted-2.23/appUtil/
H A DsioFileio.h16 extern SimpleOutputStream * sioOutFileioOpenS(
H A DsioFileio.c260 SimpleOutputStream * sioOutFileioOpenS( const char * filename ) in sioOutFileioOpenS() function
/dports/editors/ted/Ted-2.23/Ted/
H A DtedCopyPasteImpl.c44 sos= sioOutFileioOpenS( filename ); in tedSaveSelectionToFile()
63 sos= sioOutFileioOpenS( filename ); in tedSaveSelectionTxtToFile()
H A DtedFileConvert.c46 sosOut= sioOutFileioOpenS( nameOut ); in tedFileConvertOpenOut()
H A DtedCopyPaste.c166 sos= sioOutFileioOpenS( "/tmp/returned.rtf" ); in APP_GIVE_COPY()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappPrintDocument.c371 else{ sos= sioOutFileioOpenS( toName ); } in appPrintToFile()