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                501 src/editor/editbuffer.c         g_ptr_array_add (buf->b1, g_malloc0 (EDIT_BUF_SIZE));
b1                504 src/editor/editbuffer.c     b = g_ptr_array_index (buf->b1, buf->curs1 >> S_EDIT_BUF_SIZE);
b1                605 src/editor/editbuffer.c     b = g_ptr_array_index (buf->b1, prev >> S_EDIT_BUF_SIZE);
b1                613 src/editor/editbuffer.c         j = buf->b1->len - 1;
b1                614 src/editor/editbuffer.c         b = g_ptr_array_index (buf->b1, j);
b1                615 src/editor/editbuffer.c         g_ptr_array_remove_index (buf->b1, j);
b1                772 src/editor/editbuffer.c         void **b1, **b2;
b1                774 src/editor/editbuffer.c         b1 = &g_ptr_array_index (buf->b2, i);
b1                777 src/editor/editbuffer.c         b = *b1;
b1                778 src/editor/editbuffer.c         *b1 = *b2;
b1                818 src/editor/editbuffer.c     if (buf->b1->len != 0)
b1                821 src/editor/editbuffer.c         for (i = 0; i < (off_t) buf->b1->len - 1; i++)
b1                823 src/editor/editbuffer.c             b = g_ptr_array_index (buf->b1, i);
b1                835 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               1351 src/editor/editcmd.c         off_t b1, b2;
b1               1363 src/editor/editcmd.c         b1 = edit_buffer_get_eol (&edit->buffer, edit->buffer.curs1);
b1               1365 src/editor/editcmd.c         if (b1 == b2 && x2 > c1 && x2 <= c2)
b1               1384 src/editor/editcmd.c         b1 = edit_buffer_get_current_bol (&edit->buffer);
b1               1385 src/editor/editcmd.c         current = edit_move_forward3 (edit, b1, x, 0);
b1                608 src/filemanager/find.c     int b0, b1, b2, b12;
b1                668 src/filemanager/find.c     b1 = str_term_width1 (buts[1]) + 5; /* default button */
b1                670 src/filemanager/find.c     b12 = b1 + b2 + 1;
b1                775 src/filemanager/find.c     group_add_widget (g, button_new (y1, x1 + b1 + 1, B_CANCEL, NORMAL_BUTTON, buts[2], NULL));
b1                499 src/filemanager/layout.c     int b1, b2, b;
b1                555 src/filemanager/layout.c     b1 = str_term_width1 (ok_button) + 5;       /* default button */
b1                557 src/filemanager/layout.c     b = b1 + b2 + 1;
b1                629 src/filemanager/layout.c                       button_new (12, (width - b) / 2 + b1 + 1, B_CANCEL, NORMAL_BUTTON,
b1                261 src/learn.c        const char *b1 = N_("&Cancel");
b1                276 src/learn.c        b1 = _(b1);
b1                337 src/learn.c        bl1 = str_term_width1 (b1) + 3;     /* normal button */
b1                341 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;