File: tags.h

package info (click to toggle)
nedit 5.02-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,460 kB
  • ctags: 2,911
  • sloc: ansic: 39,134; yacc: 335; makefile: 65; sh: 8
file content (4 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
int LoadTagsFile(char *filename);
int LookupTag(char *name, char **file, char **searchString);
void FindDefinition(WindowInfo *window, Time time);
int TagsFileLoaded(void);