Home
last modified time | relevance | path

Searched refs:jerry_port_print_char (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-print.c24 * char-by-char using jerry_port_print_char.
34 * provides `jerry_port_print_char`.
107 jerry_port_print_char (chr); in jerryx_handler_print()
113 jerry_port_print_char (null_str[null_index]); in jerryx_handler_print()
124 jerry_port_print_char ('\n'); in jerryx_handler_print()
/third_party/jerryscript/targets/zephyr/src/
H A Djerry-port.c74 * Provide the implementation of jerry_port_print_char.
78 jerry_port_print_char (char c) /**< the character to print */ in jerry_port_print_char() function
81 } /* jerry_port_print_char */ in jerry_port_print_char()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-port.h194 void jerry_port_print_char (char c);
/third_party/jerryscript/jerry-port/default/
H A Ddefault-io.c120 * Default implementation of jerry_port_print_char. Uses 'putchar' to
124 jerry_port_print_char (char c) /**< the character to print */ in jerry_port_print_char() function
137 } /* jerry_port_print_char */ in jerry_port_print_char()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c189 * Provide the implementation of jerry_port_print_char.
193 jerry_port_print_char (char c) /**< the character to print */ in jerry_port_print_char() function
196 } /* jerry_port_print_char */ in jerry_port_print_char()

Completed in 2 milliseconds