Lines Matching refs:fPrinterEntryRef
46 memset(&fPrinterEntryRef, 0, sizeof(entry_ref)); in BPrinter()
72 , fPrinterEntryRef(entryRef) in BPrinter()
94 entry.GetRef(&fPrinterEntryRef); in SetTo()
112 fPrinterEntryRef = entryRef; in SetTo()
125 entry.GetRef(&fPrinterEntryRef); in SetTo()
135 memset(&fPrinterEntryRef, 0, sizeof(entry_ref)); in Unset()
142 BDirectory spoolDir(&fPrinterEntryRef); in IsValid()
160 BDirectory spoolDir(&fPrinterEntryRef); in InitCheck()
177 BDirectory spoolDir(&fPrinterEntryRef); in IsDefault()
250 BNode printerNode(&fPrinterEntryRef); in DefaultSettings()
277 nodeRef.device = fPrinterEntryRef.device; in StartWatching()
278 nodeRef.node = fPrinterEntryRef.directory; in StartWatching()
300 fPrinterEntryRef = printer.fPrinterEntryRef; in operator =()
311 return (fPrinterEntryRef == printer.fPrinterEntryRef); in operator ==()
318 return (fPrinterEntryRef != printer.fPrinterEntryRef); in operator !=()
359 BNode printerNode(&fPrinterEntryRef); in _ConfigureJob()
385 BNode printerNode(&fPrinterEntryRef); in _ConfigurePage()
452 BDirectory spoolDir(&fPrinterEntryRef); in _ReadAttribute()