Searched refs:argIgnored (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/frontend/ |
H A D | parse.c | 1511 static int dev_only_with_arg(char const* str, char const* token, char const* nextArg, int* argIgnored, int* argUsed) in dev_only_with_arg() argument 1516 *argIgnored = 1; in dev_only_with_arg() 1521 static int dev_only_without_arg(char const* str, char const* token, int* argIgnored) in dev_only_without_arg() argument 1525 *argIgnored = 1; in dev_only_without_arg() 1539 } else if (dev_only_without_arg(str,token,&argIgnored)) { 1542 } else if (dev_only_with_arg(str,token,nextArg,&argIgnored,&argUsed)) { 1584 int argIgnored=0; in parse_args_() local 2247 if (!argIgnored) { in parse_args_() 2251 argIgnored = 0; in parse_args_()
|
Completed in 6 milliseconds