Lines Matching defs:title
259 static char *title = 0;
322 printf (" -t|--title \"title\" The title used for HTML pages\n");
354 {"title", required_argument, NULL, 't'},
455 title = optarg;
456 DBG_INFO ("setting title to `%s'\n", optarg);
2782 printf ("<title>%s</title>\n", title);
2788 printf ("<h1>%s</h1>\n", title);
2936 if (!title)
2937 title = "SANE: Backends (Drivers)";
2984 if (!title)
2985 title = "SANE: Supported Devices";