HomeSort by relevance Sort by last modified time
    Searched refs:nparam (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
options.c 127 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
129 shellparam.nparam++;
276 int nparam; local
278 for (nparam = 0 ; argv[nparam] ; nparam++);
279 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
286 shellparam.nparam = nparam;
323 if (n > shellparam.nparam)
    [all...]
options.h 38 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
expand.c 683 (*var == '@' && shellparam.nparam != 1));
802 if (num > shellparam.nparam)
855 num = shellparam.nparam;
896 if (num > 0 && num <= shellparam.nparam) {
eval.c 930 shellparam.nparam = argc - 1;
  /external/qemu/tcg/
tcg.c 561 TCGArg *nparam; local
563 nparam = gen_opparam_ptr++;
623 *nparam = (nb_rets << 16) | (real_args + 1);
    [all...]

Completed in 456 milliseconds