LP
| LP names RP = {
return(LP);
%term LP 2
LP = cgetstr(bp, DEFLP, &cp) == -1 ? _PATH_DEFDEVLP : cp;
const char *LP; /* line printer device name */
extern const char *LP; /* line printer device name */
if (!remote && *LP) {
if (strchr(LP, '@') != NULL)
pfd = getport(LP);
pstatus("waiting for %s to come up", LP);
pstatus("waiting for access to printer on %s", LP);
pstatus("sending to %s", LP);
pfd = open(LP, RW ? O_RDWR : O_WRONLY);
syslog(LOG_ERR, "%s: %m", LP);