nocase_tail       379 lib-src/etags.c static bool nocase_tail (const char *);
nocase_tail      4479 lib-src/etags.c 	  if (nocase_tail ("integer"))
nocase_tail      4483 lib-src/etags.c 	  if (nocase_tail ("real"))
nocase_tail      4487 lib-src/etags.c 	  if (nocase_tail ("logical"))
nocase_tail      4491 lib-src/etags.c 	  if (nocase_tail ("complex") || nocase_tail ("character"))
nocase_tail      4495 lib-src/etags.c 	  if (nocase_tail ("double"))
nocase_tail      4500 lib-src/etags.c 	      if (nocase_tail ("precision"))
nocase_tail      4512 lib-src/etags.c 	  if (nocase_tail ("function"))
nocase_tail      4516 lib-src/etags.c 	  if (nocase_tail ("subroutine"))
nocase_tail      4520 lib-src/etags.c 	  if (nocase_tail ("entry"))
nocase_tail      4524 lib-src/etags.c 	  if (nocase_tail ("blockdata") || nocase_tail ("block data"))
nocase_tail      4633 lib-src/etags.c           if (nocase_tail ("body"))
nocase_tail      4643 lib-src/etags.c           if (nocase_tail ("type"))
nocase_tail      4736 lib-src/etags.c 	      if (!packages_only && nocase_tail ("function"))
nocase_tail      4742 lib-src/etags.c 	      if (!packages_only && nocase_tail ("procedure"))
nocase_tail      4744 lib-src/etags.c 	      else if (nocase_tail ("package"))
nocase_tail      4746 lib-src/etags.c 	      else if (nocase_tail ("protected")) /* protected type */
nocase_tail      4753 lib-src/etags.c 	      if (typedefs && !packages_only && nocase_tail ("use"))
nocase_tail      4762 lib-src/etags.c 	      if (!packages_only && nocase_tail ("task"))
nocase_tail      4764 lib-src/etags.c 	      else if (typedefs && !packages_only && nocase_tail ("type"))
nocase_tail      5420 lib-src/etags.c 	      if (nocase_tail ("extern")) /* superfluous, really! */
nocase_tail      5428 lib-src/etags.c 	      if (nocase_tail ("forward")) /* check for forward reference */
nocase_tail      5476 lib-src/etags.c 	      if (nocase_tail ("rocedure")) /* c = 'p', dbp has advanced */
nocase_tail      5480 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"))