Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_calculator/
Ddemo_guix_calculator.c17 #define MAX_EXPRESSION_LENGTH 99 macro
212 … if (string_length_get(text_input->gx_single_line_text_input_buffer, MAX_EXPRESSION_LENGTH) > 0) in calculator_event_handler()
223 …character_insert(text_input, (GX_UBYTE *)result, string_length_get(result, MAX_EXPRESSION_LENGTH)); in calculator_event_handler()
230 … if (string_length_get(text_input->gx_single_line_text_input_buffer, MAX_EXPRESSION_LENGTH) > 0) in calculator_event_handler()
240 …character_insert(text_input, (GX_UBYTE *)result, string_length_get(result, MAX_EXPRESSION_LENGTH)); in calculator_event_handler()