Lines Matching defs:optval
2724 const char *optval;
2739 optval = strchr (config_line, '=');
2740 if (optval == NULL)
2753 optval = sanei_config_skip_whitespace (++optval);
2754 if ((optval != NULL) && (*optval != '\0'))
2756 val = strtol (optval, &endval, 10);
2757 if (optval == endval)
2768 optval = strchr (endval, '-');
2769 if (optval == NULL)
2775 optval = sanei_config_skip_whitespace (++optval);
2779 val = strtol (optval, &endval, 10);
2780 if (optval == endval)
2806 optval = sanei_config_skip_whitespace (++optval);
2807 if ((optval != NULL) && (*optval != '\0'))
2809 val = strtol (optval, &endval, 10);
2810 if (optval == endval)