Lines Matching defs:line
161 char line[PATH_MAX]; /*Line from config file */
184 /*Read line by line */
185 while (sanei_config_read (line, PATH_MAX, config_file))
187 if ((line[0] == '#') || (line[0] == '\0')) /*comment line or empty line */
189 strcpy (scanner_path, line); /*so, we choose last in file (uncommented) */
513 /*Wait for scanned line ready */
545 /*Test if we need this line for current resolution
965 /*Skip this line for ECP: */
1141 /*waiting for scanned line... */
1206 /*waiting for scanned line... */