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) {
773 int optc;
776 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
778 switch (optc) {
922 int optc, rv = 0;
925 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
926 switch (optc) {
1002 int optc, flag = 0, nflag = 0, rv = 0;
1004 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1005 switch (optc) {
1087 int optc;
1089 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1)
1090 switch (optc) {
1204 int argc, optc, rv;
1250 optc = ksh_getopt(wp, &user_opt, opts);
1252 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) {
1254 buf[1] = optc;
1261 buf[0] = optc < 0 ? '?' : optc;
1289 return (optc < 0 ? 1 : rv);
1296 int optc, rv = 0;
1304 while ((optc = ksh_getopt(wp, &builtin_opt,
1311 switch (optc) {
1391 int i, optc;
1396 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1)
1397 switch (optc) {
2283 int optc, rv = 0;
2286 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1)
2287 switch (optc) {
2312 optc = 3;
2314 optc = vstrchr(id, '[') ? 0 : 1;
2323 unset(vp, optc);
2441 int optc, i, j;
2447 while ((optc = ksh_getopt((const char **)wp, &opt, ":p")) != -1)
2448 switch (optc) {
2499 int argc, optc, rv = 0;
2505 while ((optc = ksh_getopt(wp, &builtin_opt, "m:")) != -1) {
2506 switch (optc) {
3294 int how = SOFT | HARD, optc, what = 'f';
3297 while ((optc = ksh_getopt(wp, &builtin_opt, rlimits_opts)) != -1)
3298 switch (optc) {
3312 what = optc;