Searched refs:char_buf_ptr (Results 1 – 3 of 3) sorted by relevance
71 p->char_buf_ptr = (char *)(p->data); in tty_buffer_alloc()72 p->flag_buf_ptr = (unsigned char *)p->char_buf_ptr + size; in tty_buffer_alloc()257 memcpy(tb->char_buf_ptr + tb->used, chars, space); in tty_insert_flip_string_fixed_flag()294 memcpy(tb->char_buf_ptr + tb->used, chars, space); in tty_insert_flip_string_flags()350 *chars = tb->char_buf_ptr + tb->used; in tty_prepare_flip_string()380 *chars = tb->char_buf_ptr + tb->used; in tty_prepare_flip_string_flags()449 char_buf = head->char_buf_ptr + head->read; in flush_to_ldisc()
17 tb->char_buf_ptr[tb->used++] = ch; in tty_insert_flip_char()
63 char *char_buf_ptr; member