b1 133 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, byte_index >> S_EDIT_BUF_SIZE); b1 149 src/editor/editbuffer.c buf->b1 = g_ptr_array_new_full (32, g_free); b1 169 src/editor/editbuffer.c if (buf->b1 != NULL) b1 170 src/editor/editbuffer.c g_ptr_array_free (buf->b1, TRUE); b1 500 src/editor/editbuffer.c g_ptr_array_add (buf->b1, g_malloc0 (EDIT_BUF_SIZE)); b1 503 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, buf->curs1 >> S_EDIT_BUF_SIZE); b1 604 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, prev >> S_EDIT_BUF_SIZE); b1 612 src/editor/editbuffer.c j = buf->b1->len - 1; b1 613 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, j); b1 614 src/editor/editbuffer.c g_ptr_array_remove_index (buf->b1, j); b1 771 src/editor/editbuffer.c void **b1, **b2; b1 773 src/editor/editbuffer.c b1 = &g_ptr_array_index (buf->b2, i); b1 776 src/editor/editbuffer.c b = *b1; b1 777 src/editor/editbuffer.c *b1 = *b2; b1 817 src/editor/editbuffer.c if (buf->b1->len != 0) b1 820 src/editor/editbuffer.c for (i = 0; i < (off_t) buf->b1->len - 1; i++) b1 822 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, i); b1 834 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, i); b1 18 src/editor/editbuffer.h GPtrArray *b1; /* all data up to curs1 */ b1 1361 src/editor/editcmd.c off_t b1, b2; b1 1373 src/editor/editcmd.c b1 = edit_buffer_get_eol (&edit->buffer, edit->buffer.curs1); b1 1375 src/editor/editcmd.c if (b1 == b2 && x2 > c1 && x2 <= c2) b1 1394 src/editor/editcmd.c b1 = edit_buffer_get_current_bol (&edit->buffer); b1 1395 src/editor/editcmd.c current = edit_move_forward3 (edit, b1, x, 0); b1 616 src/filemanager/find.c int b0, b1, b2, b12; b1 676 src/filemanager/find.c b1 = str_term_width1 (buts[1]) + 5; /* default button */ b1 678 src/filemanager/find.c b12 = b1 + b2 + 1; b1 783 src/filemanager/find.c group_add_widget (g, button_new (y1, x1 + b1 + 1, B_CANCEL, NORMAL_BUTTON, buts[2], NULL)); b1 497 src/filemanager/layout.c int b1, b2, b; b1 553 src/filemanager/layout.c b1 = str_term_width1 (ok_button) + 5; /* default button */ b1 555 src/filemanager/layout.c b = b1 + b2 + 1; b1 627 src/filemanager/layout.c button_new (12, (width - b) / 2 + b1 + 1, B_CANCEL, NORMAL_BUTTON, b1 260 src/learn.c const char *b1 = N_("&Cancel"); b1 275 src/learn.c b1 = _(b1); b1 336 src/learn.c bl1 = str_term_width1 (b1) + 3; /* normal button */ b1 340 src/learn.c group_add_widget (g, button_new (dlg_height - 3, bx1, B_CANCEL, NORMAL_BUTTON, b1, NULL)); b1 164 src/vfs/cpio/cpio.c const defer_inode *b1 = (const defer_inode *) b; b1 166 src/vfs/cpio/cpio.c return (a1->inumber == b1->inumber && a1->device == b1->device) ? 0 : 1;