| /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...] |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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/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...] |
| 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...] |
| 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" 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
|
| 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
|
| 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.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...] |
| 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...] |
| 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/gdb/cli/ |
| cli-decode.h | 28 #include "completer.h" 228 completer_ftype *completer = symbol_completer; member in struct:cmd_list_element 230 /* Handle the word break characters for this completer. Usually 234 depending on the completer type (e.g., for filename
|
| cli-decode.h | 28 #include "completer.h" 228 completer_ftype *completer = symbol_completer; member in struct:cmd_list_element 230 /* Handle the word break characters for this completer. Usually 234 depending on the completer type (e.g., for filename
|
| cli-decode.h | 28 #include "completer.h" 228 completer_ftype *completer = symbol_completer; member in struct:cmd_list_element 230 /* Handle the word break characters for this completer. Usually 234 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 140 completer and brkchar handler). This function takes COMMAND, TEXT 223 certain completer. We are only interested in knowing if the 224 completer registered by the user will return one of the integer 256 completer type the Python function returns, we have to 259 (completers[value].completer)); 292 completers[value].completer (command, tracker, text, word); 424 COMPLETER_CLASS is the kind of completer. If not given, the 583 : completers[completetype].completer)); [all...] |
| py-cmd.c | 27 #include "completer.h" 36 completer_ftype *completer; member in struct:cmdpy_completer 140 completer and brkchar handler). This function takes COMMAND, TEXT 223 certain completer. We are only interested in knowing if the 224 completer registered by the user will return one of the integer 256 completer type the Python function returns, we have to 259 (completers[value].completer)); 292 completers[value].completer (command, tracker, text, word); 424 COMPLETER_CLASS is the kind of completer. If not given, the 583 : completers[completetype].completer)); [all...] |
| py-cmd.c | 27 #include "completer.h" 36 completer_ftype *completer; member in struct:cmdpy_completer 140 completer and brkchar handler). This function takes COMMAND, TEXT 223 certain completer. We are only interested in knowing if the 224 completer registered by the user will return one of the integer 256 completer type the Python function returns, we have to 259 (completers[value].completer)); 292 completers[value].completer (command, tracker, text, word); 424 COMPLETER_CLASS is the kind of completer. If not given, the 583 : 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...] |
| 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...] |
| 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...] |