Lines Matching refs:opt_args
77 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
85 a) opt_time=1; opt_timestr=1; opt_args=1; opt_err=1 ;;
89 g) opt_args=1 ;;
129 opt_args=2
145 inline int OPT_args = '$opt_args';
181 OPT_args == 0 ? printf("%-12s ", "COMM") : 1;
187 OPT_args == 1 ? printf("%s", "ARGS") : 1;
246 OPT_args == 0 ? printf("%-12.12s ", execname) : 1;
252 /* OPT_args == 1 ? printf("%S", curpsinfo->pr_psargs) : 1; */