Lines Matching refs:opt_args
79 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
87 a) opt_time=1; opt_timestr=1; opt_args=1; opt_err=1 ;;
91 g) opt_args=1 ;;
126 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_args=2
142 inline int OPT_args = '$opt_args';
166 * OPT_args is unusual in that it can have one of three values.
180 OPT_args == 0 ? printf("%-12s ", "COMM") : 1;
185 OPT_args == 1 ? printf("%s", "ARGS") : 1;
222 OPT_args == 0 ? printf("%-12s ", execname) : 1;
227 OPT_args == 1 ? printf("%S", curpsinfo->pr_psargs) : 1;