Searched refs:ind (Results 1 – 2 of 2) sorted by relevance
/system/core/sh/ |
D | show.c | 73 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() argument 81 indent(ind, pfx, fp); in shtree() 92 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 95 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 99 if (ind >= 0) in shtree() 110 if (ind >= 0) in shtree() 115 if (ind >= 0) in shtree()
|
D | options.c | 405 int ind = 0; in getopts() local 416 ind = *optnext - optfirst + 1; in getopts() 466 ind = *optnext - optfirst + 1; in getopts() 470 ind = 1; in getopts() 475 fmtstr(s, sizeof(s), "%d", ind); in getopts()
|