| version 1.1, Sun Oct 7 21:51:09 2001 UTC | version 1.2, Sat Sep 14 08:20:19 2002 UTC | ||
|---|---|---|---|
|
|
||
| : locate ( "name" -- ) s" " last-file $! bl sword | : locate ( "name" -- ) s" " last-file $! bl sword | ||
| s" TAGS" r/o open-file throw >r | s" TAGS" r/o open-file throw >r | ||
| BEGIN r@ tag-line WHILE | BEGIN r@ tag-line WHILE | ||
| s" " line-buf $@ compare 0= | s" " line-buf $@ str= | ||
| IF r@ get-file | IF r@ get-file | ||
| ELSE 2dup check-word | ELSE 2dup check-word | ||
| IF print-location 2drop r> close-file throw EXIT THEN | IF print-location 2drop r> close-file throw EXIT THEN |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |