Home | History | Annotate | Download | only in pending

Lines Matching full:optargs

1476       while(*toys.optargs){
1477 if (read_mbr(*toys.optargs, 0)) {
1478 toys.optargs++;
1483 toys.optargs++;
1490 if (read_mbr(toys.optargs[0], 1)) return;