Home
last modified time | relevance | path

Searched refs:lst_create (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/seed7/seed7/src/
H A Dlstlib.h30 objectType lst_create (listType arguments);
H A Dlstlib.c150 objectType lst_create (listType arguments) in lst_create() function
H A Dprimitiv.c637 { "LST_CREATE", lst_create, },
/dports/devel/libmaa/libmaa-1.4.7/tests/list/
H A Dlisttest.c37 lst_List list = lst_create(); in main()
/dports/net/dictd/dictd-1.13.1/
H A Dclientparse.y46 ServerList : Server { $$ = dict_Servers = lst_create(); lst_append($$, $1); }
H A Ddictd.c556 lst_List list = lst_create(); in get_entry_info()
633 virtual_db_list = lst_create (); in string2virtual_db_list()
674 list = lst_create(); in init_virtual_db_list()
787 l = lst_create (); in init_database_alphabet()
821 l = lst_create (); in init_database_default_strategy()
862 l = lst_create (); in init_database_mime_header()
H A Dservparse.y337 DatabaseList : Database { $$ = lst_create(); lst_append($$, $1); }
341 AccessSpecList : AccessSpec { $$ = lst_create(); lst_append($$, $1); }
H A Dplugin.c190 list = lst_create (); in plugin_initdata_set_data_file()
575 list = lst_create (); in dict_plugin_init()
H A Ddaemon.c703 lst_List list = lst_create(); in daemon_define()
772 lst_List list = lst_create(); in daemon_match()
1000 preprocessed_words = lst_create (); in dict_search_databases()
1152 list = lst_create(); in daemon_show_info()
H A Ddict.c255 lst_List l = lst_create(); in client_read_text()
622 if (!cmd_list) cmd_list = lst_create(); in append_command()
629 if (!cmd_list) cmd_list = lst_create(); in prepend_command()
/dports/textproc/dict/dictd-1.13.1/
H A Dclientparse.y46 ServerList : Server { $$ = dict_Servers = lst_create(); lst_append($$, $1); }
H A Ddictd.c556 lst_List list = lst_create(); in get_entry_info()
633 virtual_db_list = lst_create (); in string2virtual_db_list()
674 list = lst_create(); in init_virtual_db_list()
787 l = lst_create (); in init_database_alphabet()
821 l = lst_create (); in init_database_default_strategy()
862 l = lst_create (); in init_database_mime_header()
H A Dservparse.y337 DatabaseList : Database { $$ = lst_create(); lst_append($$, $1); }
341 AccessSpecList : AccessSpec { $$ = lst_create(); lst_append($$, $1); }
H A Dplugin.c190 list = lst_create (); in plugin_initdata_set_data_file()
575 list = lst_create (); in dict_plugin_init()
H A Ddaemon.c703 lst_List list = lst_create(); in daemon_define()
772 lst_List list = lst_create(); in daemon_match()
1000 preprocessed_words = lst_create (); in dict_search_databases()
1152 list = lst_create(); in daemon_show_info()
H A Ddict.c255 lst_List l = lst_create(); in client_read_text()
622 if (!cmd_list) cmd_list = lst_create(); in append_command()
629 if (!cmd_list) cmd_list = lst_create(); in prepend_command()
/dports/textproc/dictfmt/dictd-1.13.1/
H A Dclientparse.y46 ServerList : Server { $$ = dict_Servers = lst_create(); lst_append($$, $1); }
H A Ddictd.c556 lst_List list = lst_create(); in get_entry_info()
633 virtual_db_list = lst_create (); in string2virtual_db_list()
674 list = lst_create(); in init_virtual_db_list()
787 l = lst_create (); in init_database_alphabet()
821 l = lst_create (); in init_database_default_strategy()
862 l = lst_create (); in init_database_mime_header()
H A Dservparse.y337 DatabaseList : Database { $$ = lst_create(); lst_append($$, $1); }
341 AccessSpecList : AccessSpec { $$ = lst_create(); lst_append($$, $1); }
H A Dplugin.c190 list = lst_create (); in plugin_initdata_set_data_file()
575 list = lst_create (); in dict_plugin_init()
H A Ddaemon.c703 lst_List list = lst_create(); in daemon_define()
772 lst_List list = lst_create(); in daemon_match()
1000 preprocessed_words = lst_create (); in dict_search_databases()
1152 list = lst_create(); in daemon_show_info()
H A Ddict.c255 lst_List l = lst_create(); in client_read_text()
622 if (!cmd_list) cmd_list = lst_create(); in append_command()
629 if (!cmd_list) cmd_list = lst_create(); in prepend_command()
/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dexport.sym64 lst_create
H A Dlist.c74 lst_List lst_create(void) in lst_create() function
H A Dmaa.h259 extern lst_List lst_create(void);

12