Searched refs:tag_file (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/less/dist/ |
H A D | tags.c | 71 char *tag_file; /* Source file containing the tag */ member 105 free(tp->tag_file); in cleantags() 121 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char)); in maketagent() 122 strcpy(tp->tag_file, file); in maketagent() 377 return (edit(curtag->tag_file)); in edit_tagfile() 639 return (curtag->tag_file); in nextgtag() 668 return (curtag->tag_file); in prevgtag()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 51 tag_file = {"FILE", " file =", " %e", BT_CHARACTER }, variable 1907 m = match_etag (&tag_file, &open->file); in match_open_element() 2033 RESOLVE_TAG (&tag_file, open->file); in gfc_resolve_open() 4527 RETM m = match_etag (&tag_file, &inquire->file); in match_inquire_element() 4724 RESOLVE_TAG (&tag_file, inquire->file); in gfc_resolve_inquire()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 51 tag_file = {"FILE", " file =", " %e", BT_CHARACTER }, variable 1907 m = match_etag (&tag_file, &open->file); in match_open_element() 2033 RESOLVE_TAG (&tag_file, open->file); in gfc_resolve_open() 4527 RETM m = match_etag (&tag_file, &inquire->file); in match_inquire_element() 4724 RESOLVE_TAG (&tag_file, inquire->file); in gfc_resolve_inquire()
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | ChangeLog.zoo | 663 * src/tag.c (tag_file): Added support for following symbolic links
|
H A D | NEWS | 2105 * src/tag.c (tag_file): Added support for following symbolic links
|