Searched refs:nextArg (Results 1 – 12 of 12) sorted by relevance
/third_party/popt/src/ |
D | popt.c | 57 (con->os->nextArg ? con->os->nextArg : ""), in prtcon() 144 myOpt, con->os->nextArg, cbData); in invokeCallbacksOPTION() 196 os->nextArg = _free(os->nextArg); in cleanOSE() 212 con->os->nextArg = _free(con->os->nextArg); in poptResetContext() 329 const char * nextArg) in handleAlias() argument 363 if (longName == NULL && nextArg != NULL && *nextArg != '\0') in handleAlias() 364 con->os->nextCharArg = nextArg; in handleAlias() 369 con->os->nextArg = NULL; in handleAlias() 375 if (longName && nextArg != NULL && *nextArg != '\0') { in handleAlias() 381 av[ac++] = nextArg; in handleAlias() [all …]
|
D | poptint.h | 86 char * nextArg; member
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 938 char *nextArg(int argc, char **argv, int *i) in nextArg() function 974 if (!(tmp = nextArg(argc, argv, &i))) in main() 981 if (!(dp.fname = nextArg(argc, argv, &i))) in main() 990 if (!(clients = atoi(nextArg(argc, argv, &i)))) in main() 996 if (!(host = nextArg(argc, argv, &i))) in main()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 4002 int nextArg = 3; in decomposeSampleMethods() local 4005 argBias = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods() 4009 … if ((int)argAggregate->getSequence().size() == (nextArg+1)) { // last parameter is offset form in decomposeSampleMethods() 4011 argOffset = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
|
/third_party/node/tools/ |
D | lint-md.mjs | 21440 , nextArg = function() { return args[argIndex++]; } function 21469 result += parseInt(nextArg(), 10).toString(2); 21472 arg = nextArg(); 21479 result += parseInt(nextArg(), 10); 21482 tmp = String(parseFloat(nextArg()).toFixed(precision || 6)); 21486 result += JSON.stringify(nextArg()); 21489 result += '0' + parseInt(nextArg(), 10).toString(8); 21492 result += nextArg(); 21495 result += '0x' + parseInt(nextArg(), 10).toString(16); 21498 result += '0x' + parseInt(nextArg(), 10).toString(16).toUpperCase();
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 27883 const nextArg = elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 27884 …Array = factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|
/third_party/typescript/lib/ |
D | tsc.js | 57972 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 57973 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|
D | typingsInstaller.js | 69396 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 69397 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|
D | tsserverlibrary.js | 69601 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 69602 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|
D | typescript.js | 69601 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 69602 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|
D | tsserver.js | 69407 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 69408 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|
D | typescriptServices.js | 69601 var nextArg = ts.elementAt(args, getSpreadArgumentIndex(args) + 1) || undefined; 69602 …ay = ts.factory.createNodeArray(args.slice(max > argCount && nextArg ? args.indexOf(nextArg) : Mat…
|