Codebase list libmawk / e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main tools / find_globals.sh
e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main

Tree @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main (Download .tar.gz)

find_globals.sh @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/mainraw · history · blame

1
2
3
4
5
#!/bin/sh
# copy or link this file in trunk/src

ctags ../src/libmawk/* > tags
grep "	v" tags | grep -v "static const" > Global_variables