ASTAGS(UCB) — UNIX Programmer’s Manual
NAME
astags − compute a tags file for an assembler program
SYNOPSIS
astags name ...
DESCRIPTION
Astags makes a tags file for ex from the specified assembler sources. Since there are effectively no assembler programs in the system, the fact that astags is a stupid shell script is not a real deficiency.
FILES
tagsoutput tags file
SEE ALSO
ctags(UCB), ex(UCB), vi(UCB)
BUGS
No way to use it to incrementally update a tags file. In a makefile, we could move the tags file away and then use sort and uniq to get around this.
7th Edition — 2/24/79