Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dtext.c77 tmp->cur_count = 0; in alloc_line_buf()
241 tb->cur->cur_count = 0; in m_putchar()
247 tb->cur->cur_count = 0; in m_putchar()
252 tb->cur->cur_count = 0; in m_putchar()
255 tb->cur->cur_count += TAB_SIZE; in m_putchar()
256 if (tb->cur->cur_count > LINE_BUF_X_SIZE) in m_putchar()
257 tb->cur->cur_count = LINE_BUF_X_SIZE; in m_putchar()
258 if (tb->cur->cur_count > tb->cur->last_count) in m_putchar()
259 tb->cur->last_count = tb->cur->cur_count; in m_putchar()
263 tb->cur->cur_count = 0; in m_putchar()
[all …]
/TwlSDK-5.1.0/build/demos/wbt/wbt-1/include/
Dtext.h35 int cur_count; member