nocase_tail 380 lib-src/etags.c static bool nocase_tail (const char *); nocase_tail 4480 lib-src/etags.c if (nocase_tail ("integer")) nocase_tail 4484 lib-src/etags.c if (nocase_tail ("real")) nocase_tail 4488 lib-src/etags.c if (nocase_tail ("logical")) nocase_tail 4492 lib-src/etags.c if (nocase_tail ("complex") || nocase_tail ("character")) nocase_tail 4496 lib-src/etags.c if (nocase_tail ("double")) nocase_tail 4501 lib-src/etags.c if (nocase_tail ("precision")) nocase_tail 4513 lib-src/etags.c if (nocase_tail ("function")) nocase_tail 4517 lib-src/etags.c if (nocase_tail ("subroutine")) nocase_tail 4521 lib-src/etags.c if (nocase_tail ("entry")) nocase_tail 4525 lib-src/etags.c if (nocase_tail ("blockdata") || nocase_tail ("block data")) nocase_tail 4634 lib-src/etags.c if (nocase_tail ("body")) nocase_tail 4644 lib-src/etags.c if (nocase_tail ("type")) nocase_tail 4737 lib-src/etags.c if (!packages_only && nocase_tail ("function")) nocase_tail 4743 lib-src/etags.c if (!packages_only && nocase_tail ("procedure")) nocase_tail 4745 lib-src/etags.c else if (nocase_tail ("package")) nocase_tail 4747 lib-src/etags.c else if (nocase_tail ("protected")) /* protected type */ nocase_tail 4754 lib-src/etags.c if (typedefs && !packages_only && nocase_tail ("use")) nocase_tail 4763 lib-src/etags.c if (!packages_only && nocase_tail ("task")) nocase_tail 4765 lib-src/etags.c else if (typedefs && !packages_only && nocase_tail ("type")) nocase_tail 5421 lib-src/etags.c if (nocase_tail ("extern")) /* superfluous, really! */ nocase_tail 5429 lib-src/etags.c if (nocase_tail ("forward")) /* check for forward reference */ nocase_tail 5477 lib-src/etags.c if (nocase_tail ("rocedure")) /* c = 'p', dbp has advanced */ nocase_tail 5481 lib-src/etags.c if (nocase_tail ("unction")) nocase_tail 305 test/manual/etags/c-src/etags.c static bool nocase_tail (const char *); nocase_tail 3983 test/manual/etags/c-src/etags.c if (nocase_tail ("integer")) nocase_tail 3987 test/manual/etags/c-src/etags.c if (nocase_tail ("real")) nocase_tail 3991 test/manual/etags/c-src/etags.c if (nocase_tail ("logical")) nocase_tail 3995 test/manual/etags/c-src/etags.c if (nocase_tail ("complex") || nocase_tail ("character")) nocase_tail 3999 test/manual/etags/c-src/etags.c if (nocase_tail ("double")) nocase_tail 4004 test/manual/etags/c-src/etags.c if (nocase_tail ("precision")) nocase_tail 4016 test/manual/etags/c-src/etags.c if (nocase_tail ("function")) nocase_tail 4020 test/manual/etags/c-src/etags.c if (nocase_tail ("subroutine")) nocase_tail 4024 test/manual/etags/c-src/etags.c if (nocase_tail ("entry")) nocase_tail 4028 test/manual/etags/c-src/etags.c if (nocase_tail ("blockdata") || nocase_tail ("block data")) nocase_tail 4070 test/manual/etags/c-src/etags.c if (nocase_tail ("body")) nocase_tail 4080 test/manual/etags/c-src/etags.c if (nocase_tail ("type")) nocase_tail 4174 test/manual/etags/c-src/etags.c if (!packages_only && nocase_tail ("function")) nocase_tail 4180 test/manual/etags/c-src/etags.c if (!packages_only && nocase_tail ("procedure")) nocase_tail 4182 test/manual/etags/c-src/etags.c else if (nocase_tail ("package")) nocase_tail 4184 test/manual/etags/c-src/etags.c else if (nocase_tail ("protected")) /* protected type */ nocase_tail 4191 test/manual/etags/c-src/etags.c if (typedefs && !packages_only && nocase_tail ("use")) nocase_tail 4200 test/manual/etags/c-src/etags.c if (!packages_only && nocase_tail ("task")) nocase_tail 4202 test/manual/etags/c-src/etags.c else if (typedefs && !packages_only && nocase_tail ("type")) nocase_tail 4630 test/manual/etags/c-src/etags.c if (nocase_tail ("extern")) /* superfluous, really! */ nocase_tail 4638 test/manual/etags/c-src/etags.c if (nocase_tail ("forward")) /* check for forward reference */ nocase_tail 4686 test/manual/etags/c-src/etags.c if (nocase_tail ("rocedure")) /* c = 'p', dbp has advanced */ nocase_tail 4690 test/manual/etags/c-src/etags.c if (nocase_tail ("unction"))