HomeSort by: relevance | last modified time | path
    Searched defs:firstArg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
ldo.c 791 StkId firstArg = L->top.p - n; /* first argument */
794 ccall(L, firstArg - 1, LUA_MULTRET, 0); /* just call its body */
799 L->top.p = firstArg; /* discard arguments */
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 5733 int firstArg, lastArg; /* Indexes of first and last arguments in
5957 for (firstArg = 0; firstArg < arg_count; numPids++, firstArg = lastArg + 1) {
5961 for (lastArg = firstArg; lastArg < arg_count; lastArg++) {
5971 if (lastArg == firstArg) {
5998 phandle = JimStartWinProcess(interp, &arg_array[firstArg], save_environ, inputId, outputId, errorId);
6000 Jim_SetResultFormatted(interp, "couldn't exec \"%s\"", arg_array[firstArg]);
6004 i = strlen(arg_array[firstArg]);
6049 execvpe(arg_array[firstArg], &arg_array[firstArg], child_environ)
    [all...]

Completed in 25 milliseconds