Lines Matching defs:line
728 char *line;
734 line = strchr (command, '#');
735 if (line)
736 *line = '\0';
738 line = strpbrk (command, " \t");
739 if (!line)
741 *line++ = '\0';
756 newname = sanei_config_skip_whitespace (line);
770 line = (char *) (newend + 1);
773 oldname = sanei_config_skip_whitespace (line);
837 /* ignore line comments */
986 if (config_line[0] == '#') /* ignore line comments */
1103 appropriate for the command-line interface of SANE, for example.