C_AUTO 3128 lib-src/etags.c if ((*c_extp & C_AUTO) /* automatic detection of C++ language */ C_AUTO 3132 lib-src/etags.c *c_extp = (*c_extp | C_PLPL) & ~C_AUTO; C_AUTO 3300 lib-src/etags.c if (*c_extp & C_AUTO) /* automatic detection of C++ */ C_AUTO 3301 lib-src/etags.c *c_extp = (*c_extp | C_PLPL) & ~C_AUTO; C_AUTO 3645 lib-src/etags.c if (c_ext & C_AUTO) /* automatic detection of C++ */ C_AUTO 3646 lib-src/etags.c c_ext = (c_ext | C_PLPL) & ~C_AUTO; C_AUTO 4334 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);