Searched refs:tag_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/less/
H A Dtags.c70 char *tag_file; /* Source file containing the tag */ member in struct:tag
123 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char));
124 strcpy(tp->tag_file, file);
167 * Sets "tag_file" to the name of the file containing the tag,
384 return (edit(curtag->tag_file));
629 return (curtag->tag_file);
659 return (curtag->tag_file);

Completed in 155 milliseconds