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

/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c27 #define LIST_BINDINGS struct _list_bindings macro
29 LIST_BINDINGS {
30 LIST_BINDINGS *link;
38 static LIST_BINDINGS *all_bindings;
47 LIST_BINDINGS *p, *q;
56 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) {
85 LIST_BINDINGS *p;
116 LIST_BINDINGS *p;
139 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) {
167 LIST_BINDINGS *
[all...]

Completed in 73 milliseconds