Searched refs:buffer (Results 1 – 4 of 4) sorted by relevance
| /scripts/kconfig/ |
| A D | gconf.c | 367 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 D | zconf.l | 29 struct buffer { struct 30 struct buffer *parent; argument 34 struct buffer *current_buf; argument
|
| /scripts/ |
| A D | spelling.txt | 269 bufer||buffer 271 bufferur||buffer 272 bufufer||buffer
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 736 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