Home
last modified time | relevance | path

Searched refs:term_state (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/detail/parser/
H A Dread_uri.hpp48 term_state(done) { in read_uri_percent_encoded()
88 term_state(init) { in read_uri_query()
95 term_state(read_value, push()) { in read_uri_query()
159 term_state(end_of_ipv6_host) { in read_uri()
163 term_state(end_of_host) { in read_uri()
167 term_state(read_authority, set_host()) { in read_uri()
177 term_state(read_host, set_host()) { in read_uri()
190 term_state(end_of_authority) { in read_uri()
195 term_state(read_path, set_path()) { in read_uri()
201 term_state(start_query) { in read_uri()
[all …]
H A Dread_signed_integer.hpp60 term_state(pos_zero) { in read_signed_integer()
65 term_state(neg_zero) { in read_signed_integer()
74 term_state(pos_bin) { in read_signed_integer()
80 term_state(neg_bin) { in read_signed_integer()
87 term_state(pos_oct) { in read_signed_integer()
94 term_state(neg_oct) { in read_signed_integer()
102 term_state(pos_hex) { in read_signed_integer()
109 term_state(neg_hex) { in read_signed_integer()
114 term_state(pos_dec) { in read_signed_integer()
119 term_state(neg_dec) { in read_signed_integer()
H A Dread_number.hpp82 term_state(pos_zero) {
98 term_state(pos_bin) {
104 term_state(neg_bin) {
111 term_state(pos_oct) {
118 term_state(neg_oct) {
126 term_state(pos_hex) {
133 term_state(neg_hex) {
138 term_state(pos_dec) {
147 term_state(neg_dec) {
173 term_state(done) {
[all …]
H A Dread_config.hpp50 term_state(init) { in read_config_comment()
54 term_state(done) { in read_config_comment()
84 term_state(done) { in read_config_list()
99 term_state(before_value) { in lift_config_list()
104 term_state(after_value) { in lift_config_list()
130 term_state(init) { in read_config_map()
185 term_state(done) { in read_config_map()
213 term_state(done) { in read_config_uri()
234 term_state(done) { in read_config_value()
249 term_state(init) { in read_config()
[all …]
H A Dread_unsigned_integer.hpp55 term_state(zero) { in read_unsigned_integer()
64 term_state(bin) { in read_unsigned_integer()
71 term_state(oct) { in read_unsigned_integer()
79 term_state(hex) { in read_unsigned_integer()
84 term_state(dec) { in read_unsigned_integer()
H A Dread_floating_point.hpp116 term_state(zero) { in read_floating_point()
120 term_state(dec) { in read_floating_point()
134 term_state(trailing_dot) { in read_floating_point()
138 term_state(after_dot) { in read_floating_point()
159 term_state(pos_exp) { in read_floating_point()
164 term_state(neg_exp) { in read_floating_point()
H A Dread_number_or_timespan.hpp76 term_state(has_number) {
80 term_state(has_double) {
83 term_state(has_integer) {
87 term_state(done) {
H A Dread_ipv6_address.hpp62 term_state(read) { in read_ipv6_h16()
118 term_state(read) { in read_ipv6_h16_or_l32()
130 term_state(read_last_octet) { in read_ipv6_h16_or_l32()
233 term_state(has_sep) { in read_ipv6_address()
273 term_state(rd_next_suffix) { in read_ipv6_address()
277 term_state(done) { in read_ipv6_address()
H A Dread_ipv4_address.hpp49 term_state(read) { in read_ipv4_octet()
79 term_state(done) { in read_ipv4_address()
H A Dread_string.hpp73 term_state(read_unquoted_chars) { in read_string()
77 term_state(done) { in read_string()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnx/
H A Dmouse.c60 term_state.mouse_cursor=0; in __init_mouse()
78 x=term_state.mouse_col; in _mouse_hide()
79 y=term_state.mouse_row; in _mouse_hide()
96 term_type(term_state.mouse_row,term_state.mouse_col,s,1,ch); in _mouse_hide()
106 x=term_state.mouse_col; in _mouse_show()
107 y=term_state.mouse_row; in _mouse_show()
124 term_type(term_state.mouse_row,term_state.mouse_col,s,1,ch); in _mouse_show()
173 *mx=term_state.mouse_col; in __MsGetPos()
174 *my=term_state.mouse_row; in __MsGetPos()
H A Dvio.c142 if(term_state.is_mono) tvioNumColors=2; in __init_vio()
143 tvioWidth=term_state.num_cols; in __init_vio()
144 tvioHeight=term_state.num_rows; in __init_vio()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/
H A Dansicon_write.c47 static void ansicon_erase(const struct term_state *, int, int, int, int);
48 static void ansicon_write_char(int, int, uint8_t, const struct term_state *);
49 static void ansicon_showcursor(const struct term_state *);
50 static void ansicon_scroll_up(const struct term_state *);
53 static struct term_state ts;
113 static uint8_t ansicon_attribute(const struct term_state *st) in ansicon_attribute()
141 static void ansicon_erase(const struct term_state *st, in ansicon_erase()
151 static void ansicon_showcursor(const struct term_state *st) in ansicon_showcursor()
162 const struct term_state *st) in ansicon_write_char()
170 static void ansicon_scroll_up(const struct term_state *st) in ansicon_scroll_up()
H A Dvesacon_write.c48 static void vesacon_erase(const struct term_state *, int, int, int, int);
49 static void vesacon_write_char(int, int, uint8_t, const struct term_state *);
50 static void vesacon_showcursor(const struct term_state *);
52 static void vesacon_scroll_up(const struct term_state *);
54 static struct term_state ts;
132 static void vesacon_erase(const struct term_state *st, in vesacon_erase()
140 const struct term_state *st) in vesacon_write_char()
151 static void vesacon_showcursor(const struct term_state *st) in vesacon_showcursor()
160 static void vesacon_scroll_up(const struct term_state *st) in vesacon_scroll_up()
H A Dansi.h26 struct term_state { struct
47 void (*erase) (const struct term_state * st, int x0, int y0, int x1, argument
49 void (*write_char) (int x, int y, uint8_t ch, const struct term_state * st);
50 void (*showcursor) (const struct term_state * st);
51 void (*scroll_up) (const struct term_state * st);
59 struct term_state *ts;
/dports/devel/gdb/gdb-11.1/gdb/mi/
H A Dmi-interp.c149 target_terminal::scoped_restore_terminal_state term_state; in init() local
338 target_terminal::scoped_restore_terminal_state term_state; in mi_new_thread() local
361 target_terminal::scoped_restore_terminal_state term_state; in mi_thread_exit() local
383 target_terminal::scoped_restore_terminal_state term_state; in mi_record_changed() local
432 target_terminal::scoped_restore_terminal_state term_state; in mi_inferior_added() local
452 target_terminal::scoped_restore_terminal_state term_state; in mi_inferior_appeared() local
472 target_terminal::scoped_restore_terminal_state term_state; in mi_inferior_exit() local
497 target_terminal::scoped_restore_terminal_state term_state; in mi_inferior_removed() local
729 target_terminal::scoped_restore_terminal_state term_state; in mi_traceframe_changed() local
755 target_terminal::scoped_restore_terminal_state term_state; in mi_tsv_created() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Host/posix/
H A DTerminalTest.cpp81 TerminalState term_state{m_term}; in TEST_F() local
99 TerminalState term_state; in TEST_F() local
105 term_state.Save(m_term, false); in TEST_F()
114 term_state.Restore(); in TEST_F()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/detail/
H A Djson.cpp130 term_state(done) { in read_json_null_or_nan()
155 term_state(done) { in read_json_string()
173 term_state(done) { in read_member()
201 term_state(done) { in read_json_object()
229 term_state(done) { in read_json_array()
248 term_state(done) { in read_value()
/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dstatus.c43 assert_int_equal(TS_NORMAL, curr_stats.term_state); in TEST()
45 assert_int_equal(TS_TOO_SMALL, curr_stats.term_state); in TEST()
47 assert_int_equal(TS_BACK_TO_NORMAL, curr_stats.term_state); in TEST()
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/en/letter_to_sound/
H A Dcheck_word_list.cpp41 unsigned char term_state; member
250 term = trie[INDEX(*string) + i].term_state; in check_word_list()
H A Disp_trans.cpp41 short term_state; member
885 tmp = trie[INDEX(*string) + i].term_state; in isp_trans()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/syslinux/
H A Dfirmware.h7 struct term_state;
12 void (*showcursor) (const struct term_state *);
/dports/devel/gdb/gdb-11.1/gdb/
H A Dexceptions.c41 gdb::optional<target_terminal::scoped_restore_terminal_state> term_state; in print_flush() local
44 term_state.emplace (); in print_flush()
/dports/misc/vifm/vifm-0.11/src/
H A Dstatus.c145 stats->term_state = TS_NORMAL; in load_def_values()
296 curr_stats.term_state = TS_TOO_SMALL; in stats_update_term_state()
298 else if(curr_stats.term_state != TS_NORMAL) in stats_update_term_state()
300 curr_stats.term_state = TS_BACK_TO_NORMAL; in stats_update_term_state()
303 return curr_stats.term_state; in stats_update_term_state()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/uni-rtsp/src/
H A Drtsp_client.c118 termination_state_e term_state; member
292 session->term_state = TERMINATION_STATE_NONE; in rtsp_client_session_create()
445 session->term_state = TERMINATION_STATE_NONE; in rtsp_client_session_terminate_respond()
459 session->term_state = TERMINATION_STATE_INPROGRESS; in rtsp_client_session_resources_teardown()
485 session->term_state = TERMINATION_STATE_REQUESTED; in rtsp_client_session_terminate_process()
714 if(session->term_state != TERMINATION_STATE_INPROGRESS) { in rtsp_client_session_response_process()
741 if(session->term_state == TERMINATION_STATE_NONE) { in rtsp_client_session_terminate_raise()
883 if(session->term_state != TERMINATION_STATE_NONE) { in rtsp_client_message_handler()
884 if(session->term_state == TERMINATION_STATE_REQUESTED) { in rtsp_client_message_handler()

12