Lines Matching defs:line
63 char line[PATH_MAX];
67 /* while (fgets (line, sizeof (line), fp)) */
68 while (sanei_config_read (line, sizeof (line), fp))
70 if (line[0] == '#') /* ignore line comments */
72 len = strlen (line);
73 /*if (line[len - 1] == '\n')
74 line[--len] = '\0'; */
78 strcpy (devnam, line);
1629 DBG (1, "%d pixels per line, %d bytes, %d lines high, total %lu bytes, "
1836 /* buffer is empty: read in scan line and sort color data as shown
2012 /** read an entire scan line from the primary scan **/