Home | History | Annotate | Download | only in lpd

Lines Matching defs:title

104 static char	title[80];	/* ``pr'' title */
371 * T -- "title" for pr
450 case 'T': /* header title for pr */
451 strlcpy(title, line+1, sizeof(title));
491 title[0] = '\0';
582 av[4] = *title ? title : " ";
596 "-h", *title ? title : " ", NULL);