| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-opc.c | 160 /* Find the index of the entry in the completer table that is part of 195 /* Apply the completer referred to by COMPLETER_INDEX to OPCODE, and 648 short completer = -1; 653 completer = find_completer (place, completer, suffix); 658 completer = find_completer (place, completer, op); 660 if (completer != -1) 662 curr_insn = apply_completer (curr_insn, completer); 664 } while (completer != -1 && curr_suffix[0] != '\0') 637 short completer = -1; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-opc.c | 160 /* Find the index of the entry in the completer table that is part of 195 /* Apply the completer referred to by COMPLETER_INDEX to OPCODE, and 648 short completer = -1; 653 completer = find_completer (place, completer, suffix); 658 completer = find_completer (place, completer, op); 660 if (completer != -1) 662 curr_insn = apply_completer (curr_insn, completer); 664 } while (completer != -1 && curr_suffix[0] != '\0') 637 short completer = -1; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-decode.h | 28 #include "completer.h" 223 completer_ftype *completer = symbol_completer; member in struct:cmd_list_element 225 /* Handle the word break characters for this completer. Usually 229 depending on the completer type (e.g., for filename
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-cmd.c | 27 #include "completer.h" 36 completer_ftype *completer; member in struct:cmdpy_completer 142 completer and brkchar handler). This function takes COMMAND, TEXT 225 certain completer. We are only interested in knowing if the 226 completer registered by the user will return one of the integer 258 completer type the Python function returns, we have to 261 (completers[value].completer)); 294 completers[value].completer (command, tracker, text, word); 419 COMPLETER_CLASS is the kind of completer. If not given, the 539 : completers[completetype].completer)); [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-opc.c | 160 /* Find the index of the entry in the completer table that is part of 195 /* Apply the completer referred to by COMPLETER_INDEX to OPCODE, and 648 short completer = -1; 653 completer = find_completer (place, completer, suffix); 658 completer = find_completer (place, completer, op); 660 if (completer != -1) 662 curr_insn = apply_completer (curr_insn, completer); 664 } while (completer != -1 && curr_suffix[0] != '\0') 637 short completer = -1; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-decode.h | 28 #include "completer.h" 220 completer_ftype *completer = symbol_completer; member in struct:cmd_list_element 222 /* Handle the word break characters for this completer. Usually 226 depending on the completer type (e.g., for filename
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-cmd.c | 27 #include "completer.h" 36 completer_ftype *completer; member in struct:cmdpy_completer 142 completer and brkchar handler). This function takes COMMAND, TEXT 225 certain completer. We are only interested in knowing if the 226 completer registered by the user will return one of the integer 258 completer type the Python function returns, we have to 261 (completers[value].completer)); 294 completers[value].completer (command, tracker, text, word); 419 COMPLETER_CLASS is the kind of completer. If not given, the 539 : completers[completetype].completer)); [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-opc.c | 160 /* Find the index of the entry in the completer table that is part of 195 /* Apply the completer referred to by COMPLETER_INDEX to OPCODE, and 648 short completer = -1; 653 completer = find_completer (place, completer, suffix); 658 completer = find_completer (place, completer, op); 660 if (completer != -1) 662 curr_insn = apply_completer (curr_insn, completer); 664 } while (completer != -1 && curr_suffix[0] != '\0') 637 short completer = -1; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-cmd.c | 27 #include "completer.h" 107 completer_ftype *completer; member in struct:cmdscm_completer 360 cmdscm_bad_completion_result (_("Bad text from completer: "), 451 cmdscm_bad_completion_result (_("Bad completer result: "), 615 [#:command-class class] [#:completer-class completer] 629 COMPLETER is the kind of completer. It must be either: 793 ? cmdscm_completers[scm_to_int (c_smob->complete)].completer 814 [#:command-class <class>] [#:completer-class <completer>]\n [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-cmd.c | 27 #include "completer.h" 107 completer_ftype *completer; member in struct:cmdscm_completer 360 cmdscm_bad_completion_result (_("Bad text from completer: "), 451 cmdscm_bad_completion_result (_("Bad completer result: "), 615 [#:command-class class] [#:completer-class completer] 629 COMPLETER is the kind of completer. It must be either: 793 ? cmdscm_completers[scm_to_int (c_smob->complete)].completer 814 [#:command-class <class>] [#:completer-class <completer>]\n [all...] |