Home | History | Annotate | Download | only in src

Lines Matching refs:optc

249 	int optc;
253 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
254 switch (optc) {
609 int optc;
612 while ((optc = ksh_getopt(wp, &builtin_opt, Tpv)) != -1)
613 switch (optc) {
633 int optc, fcflags = FC_BI | FC_FUNC | FC_PATH | FC_WHENCE;
636 while ((optc = ksh_getopt(wp, &builtin_opt, TpVv)) != -1)
637 switch (optc) {
769 int optc;
772 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
774 switch (optc) {
917 int optc, rv = 0;
920 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
921 switch (optc) {
997 int optc, flag = 0, nflag = 0, rv = 0;
999 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1000 switch (optc) {
1083 int optc;
1085 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1)
1086 switch (optc) {
1200 int argc, optc, rv;
1246 optc = ksh_getopt(wp, &user_opt, opts);
1248 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) {
1250 buf[1] = optc;
1257 buf[0] = optc < 0 ? '?' : optc;
1285 return (optc < 0 ? 1 : rv);
1292 int optc, rv = 0;
1300 while ((optc = ksh_getopt(wp, &builtin_opt,
1307 switch (optc) {
1387 int i, optc;
1392 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1)
1393 switch (optc) {
2279 int optc, rv = 0;
2282 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1)
2283 switch (optc) {
2307 optc = 3;
2309 optc = vstrchr(id, '[') ? 0 : 1;
2318 unset(vp, optc);
2436 int optc, i, j;
2442 while ((optc = ksh_getopt((const char **)wp, &opt, ":p")) != -1)
2443 switch (optc) {
2494 int argc, optc, rv = 0;
2500 while ((optc = ksh_getopt(wp, &builtin_opt, "m:")) != -1) {
2501 switch (optc) {
3289 int how = SOFT | HARD, optc, what = 'f';
3292 while ((optc = ksh_getopt(wp, &builtin_opt, rlimits_opts)) != -1)
3293 switch (optc) {
3307 what = optc;