Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dgconf.c367 GtkTextBuffer *buffer; in text_insert_help() local
375 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help()
376 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help()
379 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help()
382 gtk_text_buffer_insert_at_cursor(buffer, "\n\n", 2); in text_insert_help()
383 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help()
391 GtkTextBuffer *buffer; in text_insert_msg() local
396 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg()
397 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg()
400 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_msg()
[all …]
A Dzconf.l29 struct buffer { struct
30 struct buffer *parent; argument
34 struct buffer *current_buf; argument
/scripts/
A Dspelling.txt269 bufer||buffer
271 bufferur||buffer
272 bufufer||buffer
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped736 tree buffer of a fixed size created by instantiating this class. When the
816 """Resize the buffer to accommodate a larger tree

Completed in 9 milliseconds