Searched refs:clist (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dsysctl.h58 sysctl_ctx_init(struct sysctl_ctx_list *clist) argument
65 sysctl_ctx_free(struct sysctl_ctx_list *clist) argument
72 sysctl_add_oid(struct sysctl_ctx_list *clist, void *parent, int nbr, argument
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.c44 struct cmd_list_element *clist,
920 /* Search the input clist for 'command'. Return the command if
925 find_cmd (char *command, int len, struct cmd_list_element *clist,
932 for (c = clist; c; c = c->next)
984 lookup_cmd_1 (char **text, struct cmd_list_element *clist,
1031 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1044 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1087 *result_list = clist;
1113 *result_list = clist;
921 find_cmd(char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
980 lookup_cmd_1(char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, int ignore_help_classes) argument

Completed in 92 milliseconds