HomeSort by: relevance | last modified time | path
    Searched refs:is_command (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-options.h 140 /* Print help messages for the options. IS_COMMAND is non-zero when
142 void sim_print_help (SIM_DESC sd, int is_command);
144 /* Print version information for the program. IS_COMMAND is non-zero when
146 void sim_print_version (SIM_DESC sd, int is_command);
sim-options.c 252 char *arg, int is_command)
465 sim_print_help (sd, is_command);
472 sim_print_version (sd, is_command);
782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
802 print_help (SIM_DESC sd, sim_cpu *cpu, const struct option_list *ol, int is_command)
828 if (!is_command)
871 is_command ? "" : "--",
876 + (is_command ? 0 : 2)
931 sim_print_help (SIM_DESC sd, int is_command)
946 print_help (sd, NULL, STATE_OPTIONS (sd), is_command);
    [all...]
sim-model.c 60 char *arg, int is_command)
dv-sockser.c 86 char *arg, int is_command)
cgen-scache.c 118 char *arg, int is_command)
sim-watch.c 270 char *arg, int is_command)
sim-hw.c 218 char *arg, int is_command)
sim-memopt.c 351 char *arg, int is_command)
  /src/external/gpl3/gdb/dist/sim/common/
sim-options.h 140 /* Print help messages for the options. IS_COMMAND is non-zero when
142 void sim_print_help (SIM_DESC sd, int is_command);
144 /* Print version information for the program. IS_COMMAND is non-zero when
146 void sim_print_version (SIM_DESC sd, int is_command);
sim-options.c 252 char *arg, int is_command)
465 sim_print_help (sd, is_command);
472 sim_print_version (sd, is_command);
782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
802 print_help (SIM_DESC sd, sim_cpu *cpu, const struct option_list *ol, int is_command)
828 if (!is_command)
871 is_command ? "" : "--",
876 + (is_command ? 0 : 2)
931 sim_print_help (SIM_DESC sd, int is_command)
946 print_help (sd, NULL, STATE_OPTIONS (sd), is_command);
    [all...]
sim-model.c 60 char *arg, int is_command)
dv-sockser.c 86 char *arg, int is_command)
cgen-scache.c 118 char *arg, int is_command)
sim-watch.c 270 char *arg, int is_command)
  /src/bin/ksh/
edit.h 56 void x_print_expansions ARGS((int nwords, char *const *words, int is_command));
edit.c 39 int *startp, int *is_command));
454 x_print_expansions(nwords, words, is_command)
457 int is_command;
468 if (!is_command
786 int is_command; local
788 len = x_locate_word(buf, buflen, pos, startp, &is_command);
790 is_command = 0;
795 if (len == 0 && is_command)
798 nwords = (is_command ? x_command_glob : x_file_glob)(flags,
806 *is_commandp = is_command;
    [all...]
emacs.c 1738 int is_command; local
1743 &start, &end, &words, &is_command);
1774 int is_command; local
1778 &start, &end, &words, &is_command);
1786 x_print_expansions(nwords, words, is_command);
1809 x_print_expansions(nwords, words, is_command);
vi.c 2006 int is_command; local
2030 &start, &end, &words, &is_command);
2041 x_print_expansions(nwords, words, is_command);
2049 if (is_command) {
2110 int is_command; local
2114 &start, &end, &words, &is_command);
2119 x_print_expansions(nwords, words, is_command);
  /src/external/gpl3/gdb.old/dist/sim/frv/
options.c 129 char *arg, int is_command)
  /src/external/gpl3/gdb.old/dist/sim/or1k/
sim-if.c 86 int is_command)
  /src/external/gpl3/gdb/dist/sim/frv/
options.c 129 char *arg, int is_command)
  /src/external/gpl3/gdb/dist/sim/or1k/
sim-if.c 86 int is_command)
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_mmu.c 293 char *arg, int is_command)
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interrupts.c 208 int opt, char *arg, int is_command)
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_mmu.c 293 char *arg, int is_command)

Completed in 33 milliseconds

1 2