SIGMSG            207 maint/gnulib/lib/sig2str.c #ifdef SIGMSG
SIGMSG            182 maint/gnulib/lib/sigabbrev_np.c     #if defined SIGMSG
SIGMSG            183 maint/gnulib/lib/sigabbrev_np.c     case SIGMSG:      return "MSG";
SIGMSG            255 maint/gnulib/lib/sigdescr_np.c     #if defined SIGMSG
SIGMSG            256 maint/gnulib/lib/sigdescr_np.c     case SIGMSG:
SIGMSG            168 maint/gnulib/tests/test-sigabbrev_np.c   #ifdef SIGMSG
SIGMSG            169 maint/gnulib/tests/test-sigabbrev_np.c   ASSERT (strcmp (sigabbrev_np (SIGMSG), "MSG") == 0);
SIGMSG            170 maint/gnulib/tests/test-sigdescr_np.c   #ifdef SIGMSG
SIGMSG            171 maint/gnulib/tests/test-sigdescr_np.c   ASSERT (strcmp (sigdescr_np (SIGMSG), "Message in the ring") == 0);