Home
last modified time | relevance | path

Searched refs:sbep (Results 1 – 5 of 5) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dfunctions.c50 struct SbEntry **sbep = NULL; in select_next() local
53 if (!(*sbep)->is_hidden) in select_next()
73 struct SbEntry **sbep = NULL; in next_new() local
76 if ((*sbep)->mailbox->has_new || (*sbep)->mailbox->msg_unread != 0) in next_new()
77 return sbep; in next_new()
97 struct SbEntry **sbep = NULL; in select_next_new() local
121 if (!(*sbep)->is_hidden) in select_prev()
122 prev = sbep; in select_prev()
147 if ((*sbep)->mailbox->has_new || (*sbep)->mailbox->msg_unread != 0) in prev_new()
148 prev = sbep; in prev_new()
[all …]
H A Dsidebar.c70 if (!sbep) in sb_get_highlight()
73 return (*sbep)->mailbox; in sb_get_highlight()
89 struct SbEntry **sbep = NULL; in sb_add_mailbox() local
90 ARRAY_FOREACH(sbep, &wdata->entries) in sb_add_mailbox()
92 if ((*sbep)->mailbox == m) in sb_add_mailbox()
123 struct SbEntry **sbep = NULL; in sb_remove_mailbox() local
124 ARRAY_FOREACH(sbep, &wdata->entries) in sb_remove_mailbox()
126 if ((*sbep)->mailbox != m) in sb_remove_mailbox()
153 else if ((*sbep)->is_hidden) in sb_remove_mailbox()
179 struct SbEntry **sbep = NULL; in sb_set_current_mailbox() local
[all …]
H A Dwindow.c552 struct SbEntry **sbep = NULL; in update_entries_visibility() local
556 sbe = *sbep; in update_entries_visibility()
613 struct SbEntry **sbep = NULL; in prepare_sidebar() local
620 const struct SbEntry *opn_entry = sbep ? *sbep : NULL; in prepare_sidebar()
622 const struct SbEntry *hil_entry = sbep ? *sbep : NULL; in prepare_sidebar()
633 if ((opn_entry == *sbep) && ((*sbep)->mailbox->flags != MB_HIDDEN)) in prepare_sidebar()
635 if ((hil_entry == *sbep) && ((*sbep)->mailbox->flags != MB_HIDDEN)) in prepare_sidebar()
733 struct SbEntry **sbep = NULL; in sb_recalc() local
739 if ((*sbep)->is_hidden) in sb_recalc()
909 struct SbEntry **sbep = NULL; in sb_repaint() local
[all …]
H A Dwdata.c56 struct SbEntry **sbep = NULL; in sb_wdata_free() local
57 ARRAY_FOREACH(sbep, &wdata->entries) in sb_wdata_free()
59 FREE(sbep); in sb_wdata_free()
/dports/mail/fdm/fdm-2.0/
H A Dstrb.c87 struct strbent sbe, *sbep; in strb_vadd() local
109 sbep = strb_address(sb, key); in strb_vadd()
110 if (sbep == NULL) { in strb_vadd()
127 sbep = STRB_ENTRY(sb, sb->ent_used); in strb_vadd()
134 memcpy(&sbe, sbep, sizeof sbe); in strb_vadd()
139 memcpy(sbep, &sbe, sizeof sbe); in strb_vadd()
160 void *sbep; in strb_find() local
162 sbep = strb_address(sb, key); in strb_find()
163 if (sbep == NULL) in strb_find()
165 memcpy(&sbe, sbep, sizeof sbe); in strb_find()