Lines Matching refs:optarg
127 const char *optarg,
138 if (!optarg)
141 if (streq(optarg, "lrm")) {
143 } else if (streq(optarg, "lmr")) {
192 if (!optarg)
195 if (streq(optarg, "none")) {
198 } else if (streq(optarg, "clickfinger")) {
201 } else if (streq(optarg, "buttonareas")) {
209 if (!optarg)
212 if (streq(optarg, "none")) {
215 } else if (streq(optarg, "twofinger")) {
218 } else if (streq(optarg, "edge")) {
221 } else if (streq(optarg, "button")) {
229 if (!optarg) {
234 optarg);
238 optarg);
249 if (!optarg)
251 options->speed = atof(optarg);
254 if (!optarg)
257 if (streq(optarg, "adaptive"))
259 else if (streq(optarg, "flat"))
261 else if (streq(optarg, "custom"))
267 if (!optarg)
273 optarg);
276 if (!optarg)
282 optarg);
285 if (!optarg)
287 options->custom_points = double_array_from_string(optarg,
299 if (!optarg)
301 options->custom_step = strtod(optarg, NULL);
304 if (!optarg)
306 if (streq(optarg, "fallback"))
308 else if (streq(optarg, "motion"))
310 else if (streq(optarg, "scroll"))
319 if (!optarg)
322 if (!safe_atou(optarg, &options->angle)) {