C_AUTO           3129 lib-src/etags.c        if ((*c_extp & C_AUTO)	/* automatic detection of C++ language */
C_AUTO           3133 lib-src/etags.c 	 *c_extp = (*c_extp | C_PLPL) & ~C_AUTO;
C_AUTO           3301 lib-src/etags.c 	      if (*c_extp & C_AUTO) /* automatic detection of C++ */
C_AUTO           3302 lib-src/etags.c 		*c_extp = (*c_extp | C_PLPL) & ~C_AUTO;
C_AUTO           3646 lib-src/etags.c 		      if (c_ext & C_AUTO) /* automatic detection of C++ */
C_AUTO           3647 lib-src/etags.c 			c_ext = (c_ext | C_PLPL) & ~C_AUTO;
C_AUTO           4335 lib-src/etags.c   C_entries (cplusplus ? C_PLPL : C_AUTO, inf);
C_AUTO           2733 test/manual/etags/c-src/etags.c        if ((*c_extp & C_AUTO)	/* automatic detection of C++ language */
C_AUTO           2737 test/manual/etags/c-src/etags.c 	 *c_extp = (*c_extp | C_PLPL) & ~C_AUTO;
C_AUTO           2896 test/manual/etags/c-src/etags.c 	      if (*c_extp & C_AUTO) /* automatic detection of C++ */
C_AUTO           2897 test/manual/etags/c-src/etags.c 		*c_extp = (*c_extp | C_PLPL) & ~C_AUTO;
C_AUTO           3231 test/manual/etags/c-src/etags.c 		      if (c_ext & C_AUTO) /* automatic detection of C++ */
C_AUTO           3232 test/manual/etags/c-src/etags.c 			c_ext = (c_ext | C_PLPL) & ~C_AUTO;
C_AUTO           3835 test/manual/etags/c-src/etags.c   C_entries (cplusplus ? C_PLPL : C_AUTO, inf);