Lines Matching refs:line

611 /* Checks a line for a keyword token and determines keyword/string argument */
613 read_keyword (SANE_String line, SANE_String keyword_token,
621 cp = get_token (line, &word);
625 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
648 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
669 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
685 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
706 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
722 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
738 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line);
793 SANE_Char line[4096], *word;
931 while (sanei_config_read (line, sizeof (line), fp))
938 cp = get_token (line, &word);
939 if (!word || cp == line)
941 DBG_DBG ("ignoring empty line\n");
949 DBG_DBG ("ignoring comment line\n");
954 DBG_DBG ("line: %s\n", line);
957 (line, ":backend", param_string,
1018 (line, ":version", param_string,
1036 (line, ":status", param_string,
1110 if (read_keyword (line, ":new", param_string, &string_entry)
1138 (line, ":manpage", param_string,
1155 (line, ":devicetype", param_string,
1225 (line, ":desc", param_string,
1267 if (read_keyword (line, ":mfg", param_string, &string_entry)
1315 (line, ":model", param_string,
1365 (line, ":interface", param_string,
1391 (line, ":scsi", param_three_strings,
1424 (line, ":usbid", param_two_strings,
1476 if (read_keyword (line, ":url", param_string, &string_entry)
1522 (line, ":comment", param_string,
1558 ("unknown keyword token in line `%s' of file `%s'\n",
1559 line, file_name);
3534 * Limit the number of model names on the same line to 3,
3611 * Limit the number of model names on the same line to 3,
3728 * Limit the number of model names on the same line to 3,
3798 * Limit the number of model names on the same line to 3,