| /src/external/bsd/nvi/dist/ex/ |
| ex_display.c | 34 static int is_prefix __P((ARGS *, const CHAR_T *)); 54 if (!is_prefix(arg, L("buffers"))) 58 if (!is_prefix(arg, L("connections"))) 62 if (!is_prefix(arg, L("screens"))) 66 if (!is_prefix(arg, L("tags"))) 75 * is_prefix -- 80 is_prefix(ARGS *arg, const CHAR_T *str) function
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-decode.h | 97 bool is_prefix () const function in struct:cmd_list_element
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-cmd.c | 114 if (obj->command->is_prefix ()) 397 if (elt->is_prefix ()) 439 bool is_prefix = false; 485 is_prefix = cmp > 0; 510 if (is_prefix) 437 bool is_prefix = false; local
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-decode.h | 94 bool is_prefix () const function in struct:cmd_list_element
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-cmd.c | 114 if (obj->command->is_prefix ()) 397 if (elt->is_prefix ()) 439 bool is_prefix = false; 485 is_prefix = cmp > 0; 510 if (is_prefix) 437 bool is_prefix = false; local
|
| /src/bin/csh/ |
| file.c | 100 static int is_prefix(Char *, Char *); 513 if (!is_prefix(name, entry)) 607 is_prefix(Char *check, Char *template) function
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-cmd.c | 53 int is_prefix; member in struct:command_smob 525 if (elt->is_prefix ()) 663 int is_prefix = 0; 674 &is_prefix_arg_pos, &is_prefix, 681 name = gdbscm_canonicalize_command_name (s, is_prefix); 687 if (is_prefix 724 c_smob->is_prefix = is_prefix; 757 if (c_smob->is_prefix) 660 int is_prefix = 0; local
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-cmd.c | 53 int is_prefix; member in struct:command_smob 525 if (elt->is_prefix ()) 663 int is_prefix = 0; 674 &is_prefix_arg_pos, &is_prefix, 681 name = gdbscm_canonicalize_command_name (s, is_prefix); 687 if (is_prefix 724 c_smob->is_prefix = is_prefix; 757 if (c_smob->is_prefix) 660 int is_prefix = 0; local
|