Home
last modified time | relevance | path

Searched refs:Xen_make_keyword (Results 1 – 7 of 7) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-dac.c2841 kw_start = Xen_make_keyword("start"); in init_play_keywords()
2842 kw_end = Xen_make_keyword("end"); in init_play_keywords()
2843 kw_wait = Xen_make_keyword("wait"); in init_play_keywords()
2844 kw_channel = Xen_make_keyword("channel"); in init_play_keywords()
2845 kw_out_channel = Xen_make_keyword("out-channel"); in init_play_keywords()
2846 kw_edit_position = Xen_make_keyword("edit-position"); in init_play_keywords()
2847 kw_stop = Xen_make_keyword("stop"); in init_play_keywords()
2848 kw_with_sync = Xen_make_keyword("with-sync"); in init_play_keywords()
2849 kw_srate = Xen_make_keyword("srate"); in init_play_keywords()
2850 kw_channels = Xen_make_keyword("channels"); in init_play_keywords()
[all …]
H A Dclm2xen.c415 kw_frequency = Xen_make_keyword("frequency");
416 kw_radius = Xen_make_keyword("radius");
417 kw_readable = Xen_make_keyword("readable");
441 kw_r = Xen_make_keyword("r");
444 kw_a0 = Xen_make_keyword("a0");
445 kw_a1 = Xen_make_keyword("a1");
446 kw_a2 = Xen_make_keyword("a2");
447 kw_b1 = Xen_make_keyword("b1");
448 kw_b2 = Xen_make_keyword("b2");
462 kw_a = Xen_make_keyword("a");
[all …]
H A Dsnd-select.c1767 kw_header_type = Xen_make_keyword("header-type"); in init_selection_keywords()
1768 kw_sample_type = Xen_make_keyword("sample-type"); in init_selection_keywords()
1769 kw_comment = Xen_make_keyword("comment"); in init_selection_keywords()
1770 kw_file = Xen_make_keyword("file"); in init_selection_keywords()
1771 kw_srate = Xen_make_keyword("srate"); in init_selection_keywords()
1772 kw_channel = Xen_make_keyword("channel"); in init_selection_keywords()
H A Dsnd-region.c2052 kw_header_type = Xen_make_keyword("header-type"); in init_region_keywords()
2053 kw_sample_type = Xen_make_keyword("sample-type"); in init_region_keywords()
2054 kw_comment = Xen_make_keyword("comment"); in init_region_keywords()
2055 kw_file = Xen_make_keyword("file"); in init_region_keywords()
H A Dsnd-snd.c3947 kw_header_type = Xen_make_keyword("header-type"); in init_sound_keywords()
3948 kw_sample_type = Xen_make_keyword("sample-type"); in init_sound_keywords()
3949 kw_file = Xen_make_keyword("file"); in init_sound_keywords()
3950 kw_srate = Xen_make_keyword("srate"); in init_sound_keywords()
3951 kw_channel = Xen_make_keyword("channel"); in init_sound_keywords()
3952 kw_sound = Xen_make_keyword("sound"); in init_sound_keywords()
3953 kw_edit_position = Xen_make_keyword("edit-position"); in init_sound_keywords()
3954 kw_channels = Xen_make_keyword("channels"); in init_sound_keywords()
3955 kw_size = Xen_make_keyword("size"); in init_sound_keywords()
3956 kw_comment = Xen_make_keyword("comment"); in init_sound_keywords()
H A Dxen.h1575 #define Xen_make_keyword(a) XEN_MAKE_KEYWORD(a) macro
/dports/audio/snd/snd-21.2/sndins/
H A Dsndins.c391 allkeys[i] = Xen_make_keyword(keywords[i]); in init_keywords()