Lines Matching defs:rest
412 const char *rest;
418 rest = skip_prefix(arg, options->long_name);
420 if (!rest)
422 if (*rest == '=')
424 if (*rest)
429 if (!rest) {
438 rest = skip_prefix(arg, options->long_name + 3);
439 if (rest) {
477 rest = skip_prefix(arg + 3, options->long_name);
479 if (!rest && strstarts(options->long_name, arg + 3))
481 if (!rest)
485 if (*rest) {
486 if (*rest != '=')
488 p->opt = rest + 1;