Home
last modified time | relevance | path

Searched refs:ca_string_end (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-cli/tg-20200106/
H A Dinterface.c658 ca_string_end, enumerator
1682 …{"broadcast", {ca_user, ca_period, ca_string_end, ca_none}, do_broadcast, "broadcast <user>+ <text…
1743 …{"post_photo", {ca_peer, ca_file_name, ca_string_end | ca_optional, ca_none}, do_post_photo, "post…
1745 …{"post_video", {ca_peer, ca_file_name, ca_string_end | ca_optional, ca_none}, do_post_video, "post…
1747 …{"rename_channel", {ca_channel, ca_string_end, ca_none}, do_rename_channel, "rename_channel <chann…
1748 …{"rename_chat", {ca_chat, ca_string_end, ca_none}, do_rename_chat, "rename_chat <chat> <new name>\…
1764 …{"send_audio", {ca_peer, ca_file_name, ca_string_end | ca_optional, ca_none}, do_send_audio, "send…
1767 …{"send_file", {ca_peer, ca_file_name, ca_string_end | ca_optional, ca_none}, do_send_file, "send_f…
1867 if (op == ca_string_end || op == ca_file_name_end || op == ca_msg_string_end) { in get_complete_mode()
2172 …if (mode == ca_none || mode == ca_string || mode == ca_string_end || mode == ca_number || mode == … in command_generator()
[all …]
H A Dlua-tg.c2013 ca_string_end, enumerator
2082 case ca_string_end: in do_interface_from_lua()