Home
last modified time | relevance | path

Searched refs:make_list_entry (Results 1 – 4 of 4) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/recon/src/
H A Drecon_rec.erl84 Lst = lists:map(fun make_list_entry/1, ets:tab2list(records_table_name())),
113 make_list_entry({{Name, _}, Fields, Module, Limits}) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/recon/src/
H A Drecon_rec.erl84 Lst = lists:map(fun make_list_entry/1, ets:tab2list(records_table_name())),
113 make_list_entry({{Name, _}, Fields, Module, Limits}) -> function
/dports/devel/erlang-recon/recon-2.5.2/src/
H A Drecon_rec.erl84 Lst = lists:map(fun make_list_entry/1, ets:tab2list(records_table_name())),
113 make_list_entry({{Name, _}, Fields, Module, Limits}) -> function
/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c18560 static list_entry *make_list_entry(prefs_info *prf, const char *value) in make_list_entry() function
18664 XtAddCallback(tmp, XmNactivateCallback, prefs_list_callback, make_list_entry(prf, values[i])); in prefs_row_with_list()