sound_type        243 src/sound.c      enum sound_type type;
sound_type        288 src/w32fns.c   static unsigned int sound_type = 0xFFFFFFFF;
sound_type       6693 src/w32fns.c         sound_type = 0xFFFFFFFF;
sound_type       6695 src/w32fns.c         sound_type = MB_ICONASTERISK;
sound_type       6697 src/w32fns.c         sound_type = MB_ICONEXCLAMATION;
sound_type       6699 src/w32fns.c         sound_type = MB_ICONHAND;
sound_type       6701 src/w32fns.c         sound_type = MB_ICONQUESTION;
sound_type       6703 src/w32fns.c         sound_type = MB_OK;
sound_type       6705 src/w32fns.c         sound_type = MB_EMACS_SILENT;
sound_type       6707 src/w32fns.c         sound_type = 0xFFFFFFFF;
sound_type       9848 src/w32fns.c     if (sound_type == 0xFFFFFFFF)
sound_type       9852 src/w32fns.c     else if (sound_type == MB_EMACS_SILENT)
sound_type       9857 src/w32fns.c       MessageBeep (sound_type);