Lines Matching refs:destination
42 char *destination;
47 getmessage (m, S_ACCEPT_DEST, &destination);
49 (destination ? destination : "NULL"));
52 * Have we seen this destination as a printer?
54 if ((pps = search_pstatus(destination)))
65 * Have we seen this destination as a class?
67 else if ((pcs = search_cstatus(destination)))
91 char *destination,
98 getmessage (m, S_REJECT_DEST, &destination, &reason);
100 (destination ? destination : "NULL"),
104 * Have we seen this destination as a printer?
106 if ((pps = search_pstatus(destination)))
118 * Have we seen this destination as a class?
120 else if ((pcs = search_cstatus(destination)))
175 char *destination,
182 getmessage (m, S_DISABLE_DEST, &destination, &reason, &when);
184 (destination ? destination : "NULL"),
191 if ((pps = search_pstatus(destination))) {