Lines Matching defs:rest
375 const char *rest;
381 rest = skip_prefix(arg, options->long_name);
383 if (!rest)
385 if (*rest == '=')
387 if (*rest)
392 if (!rest) {
400 rest = skip_prefix(arg, options->long_name + 3);
401 if (rest) {
439 rest = skip_prefix(arg + 3, options->long_name);
441 if (!rest && strstarts(options->long_name, arg + 3))
443 if (!rest)
447 if (*rest) {
448 if (*rest != '=')
450 p->opt = rest + 1;