Searched refs:keyword_list (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-utils.c295 lookup_keyword (const SCM *keyword_list, SCM keyword)
299 while (keyword_list[i] != SCM_BOOL_F)
301 if (scm_is_eq (keyword_list[i], keyword))
293 lookup_keyword(const SCM *keyword_list, SCM keyword) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-utils.c295 lookup_keyword (const SCM *keyword_list, SCM keyword)
299 while (keyword_list[i] != SCM_BOOL_F)
301 if (scm_is_eq (keyword_list[i], keyword))
293 lookup_keyword(const SCM *keyword_list, SCM keyword) argument
/netbsd-current/sbin/rcorder/
H A Drcorder.c139 strnodelist *keyword_list; member in struct:filenode
253 temp->keyword_list = NULL;
384 strnode_add(&fnode->keyword_list, s, fnode);
635 for (k = fnode->keyword_list; k; k = k->next)
649 for (k = fnode->keyword_list; k; k = k->next)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp30 variable keyword_list {"if" "task" "thread"}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp30 variable keyword_list {"-force-condition" "if" "task" "thread"}

Completed in 215 milliseconds