Lines Matching defs:line
608 SANE_Char line[PATH_MAX];
638 while (sanei_config_read (line, sizeof (line), conf_fp))
647 proper_str = sanei_config_get_string (line, &str);
650 if (!str || proper_str == line || str[0] == '#')
652 HP5400_DBG (DBG_MSG, "Discarding line %d\n", nline);
656 /* If line's not blank or a comment, then it's the device
658 HP5400_DBG (DBG_MSG, "Trying to attach %s\n", line);
659 sanei_usb_attach_matching_devices (line, attach_one_device);
1296 /* get one more line from the circular buffer */
1299 /* increment pointer, size and line number */