Searched refs:nfound (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.c46 int *nfound);
922 found in nfound */
926 int ignore_help_classes, int *nfound)
931 *nfound = 0;
937 (*nfound)++;
940 *nfound = 1;
988 int len, tmp, nfound;
1030 nfound = 0;
1031 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1037 if (!found || nfound
921 find_cmd(char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
984 int len, tmp, nfound; local
1346 int len, tmp, nfound; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h88 cma_t_integer nfound; member in struct:CMA__T_TCB_SELECT
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2788 /* Sort the ``nfound'' symbols in the list after prevtail. Leave
2792 sort_search_symbols (struct symbol_search *prevtail, int nfound)
2798 * nfound);
2800 for (i = 0; i < nfound; i++)
2808 qsort (symbols, nfound, sizeof (struct symbol_search *),
2812 for (i = 0; i < nfound; i++)
3035 int nfound = 0;
3062 nfound ++;
3065 if (nfound > 0)
3072 tail = sort_search_symbols (&dummy, nfound);
2784 sort_search_symbols(struct symbol_search *prevtail, int nfound) argument
3027 int nfound = 0; local
[all...]

Completed in 235 milliseconds