Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/appFrame/
H A DappPrintDialog.c85 char * apdrPrintersDownText; member
211 offsetof(AppPrintDialogResources,apdrPrintersDownText),
1004 int ltxt= strlen( apdr->apdrPrintersDownText ); in appPrintDialogFillPrinterMenu()
1015 if ( apdr->apdrPrintersDownText[pos+ 0] == '%' && in appPrintDialogFillPrinterMenu()
1016 apdr->apdrPrintersDownText[pos+ 1] == 'd' ) in appPrintDialogFillPrinterMenu()
1020 strncpy( scratch, apdr->apdrPrintersDownText, pos ); in appPrintDialogFillPrinterMenu()
1024 { strcpy( scratch+ pos+ lval ,apdr->apdrPrintersDownText+ pos+ 2 ); } in appPrintDialogFillPrinterMenu()
1025 else{ strcpy( scratch+ pos+ lval ,apdr->apdrPrintersDownText+ pos ); } in appPrintDialogFillPrinterMenu()