update            607 lib/widget/wtools.c     sm->update = update_cb;
update             48 lib/widget/wtools.h     status_msg_update_cb update;        /* callback to update dlg */
update            747 src/editor/editbuffer.c         if (s != NULL && s->update != NULL)
update            757 src/editor/editbuffer.c                 if (s->update (s) == B_CANCEL)
update            781 src/editor/editbuffer.c         if (s != NULL && s->update != NULL)
update            787 src/editor/editbuffer.c                 if (s->update (s) == B_CANCEL)
update            736 src/editor/editsearch.c     return (sm->update (sm) == B_CANCEL ? MC_SEARCH_CB_ABORT : MC_SEARCH_CB_OK);
update            685 src/filemanager/file.c             if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))
update            690 src/filemanager/file.c                 ret = sm->update (sm);
update            340 src/viewer/search.c     if (do_update && sm->update (sm) == B_CANCEL)