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            746 src/editor/editbuffer.c         if (s != NULL && s->update != NULL)
update            756 src/editor/editbuffer.c                 if (s->update (s) == B_CANCEL)
update            780 src/editor/editbuffer.c         if (s != NULL && s->update != NULL)
update            786 src/editor/editbuffer.c                 if (s->update (s) == B_CANCEL)
update            737 src/editor/editsearch.c     return (sm->update (sm) == B_CANCEL ? MC_SEARCH_CB_ABORT : MC_SEARCH_CB_OK);
update            678 src/filemanager/file.c             if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))
update            683 src/filemanager/file.c                 ret = sm->update (sm);
update            340 src/viewer/search.c     if (do_update && sm->update (sm) == B_CANCEL)