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

/freebsd-9.3-release/contrib/less/
H A Dtags.c69 char *tag_file; /* Source file containing the tag */ member in struct:tag
122 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char));
123 strcpy(tp->tag_file, file);
166 * Sets "tag_file" to the name of the file containing the tag,
383 return (edit(curtag->tag_file));
628 return (curtag->tag_file);
658 return (curtag->tag_file);

Completed in 103 milliseconds