• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/

Lines Matching refs:present

251 #ifndef cli$present
252 # define cli$present CLI$PRESENT
258 extern unsigned long cli$present ();
380 status = cli$present(&cli_information);
387 if (cli$present(&cli_one_line) & 1)
389 if (cli$present(&cli_short) & 1)
391 if (cli$present(&cli_medium) & 1)
393 if (cli$present(&cli_long) & 1)
395 if (cli$present(&cli_verbose) & 1)
397 if (cli$present(&cli_header) & 1)
399 if (cli$present(&cli_comment) & 1)
401 if (cli$present(&cli_totals) & 1)
403 if (cli$present(&cli_times) & 1)
413 status = cli$present(&cli_extract);
425 status = cli$present(&cli_binary);
431 !((status = cli$present(&cli_binary_none)) & 1)) {
433 if ((status = cli$present(&cli_binary_all)) & 1)
442 status = cli$present(&cli_text);
448 !((status = cli$present(&cli_text_none)) & 1)) {
450 if ((status = cli$present(&cli_text_all)) & 1)
452 if ((status = cli$present(&cli_text_stmlf)) & 1)
460 status = cli$present(&cli_screen);
469 status = cli$present(&cli_directory);
478 status = cli$present(&cli_restore_date);
492 status = cli$present(&cli_restore_date_all);
511 status = cli$present(&cli_freshen);
520 status = cli$present(&cli_help);
527 status = cli$present(&cli_junk);
536 status = cli$present(&cli_list);
538 if (cli$present(&cli_full) & 1) {
540 if (cli$present(&cli_full_diags) & 1)
549 status = cli$present(&cli_exist_newver);
553 status = cli$present(&cli_exist_over);
558 status = cli$present(&cli_exist_noext);
566 status = cli$present(&cli_overwrite);
575 status = cli$present(&cli_password);
583 status = cli$present(&cli_pipe);
590 status = cli$present(&cli_quiet);
593 if ((status = cli$present(&cli_super_quiet)) & 1)
600 status = cli$present(&cli_test);
609 status = cli$present(&cli_timestamp);
616 status = cli$present(&cli_dot_version);
625 status = cli$present(&cli_ods2);
634 status = cli$present(&cli_traverse);
643 status = cli$present(&cli_lowercase);
652 status = cli$present(&cli_uppercase);
661 status = cli$present(&cli_update);
670 status = cli$present(&cli_version);
679 status = cli$present(&cli_restore_own);
683 } else if ((status = cli$present(&cli_restore))
693 status = cli$present(&cli_comment);
706 status = cli$present(&cli_case_insensitive);
715 status = cli$present(&cli_page);
724 status = cli$present(&cli_exclude);
767 status = cli$present(&cli_zipfile);
796 status = cli$present(&cli_infile);
897 status = cli$present(qual);
972 return (cli$present(qual)); /* Just see if something was given */