| \ VI tags support for GNU Forth. |
\ VI tags support for GNU Forth. |
| |
|
| \ Copyright (C) 1995,1998,2002,2003,2007,2008,2009 Free Software Foundation, Inc. |
\ Copyright (C) 1995,1998,2002,2003,2007,2008,2009,2010 Free Software Foundation, Inc. |
| |
|
| \ This file is part of Gforth. |
\ This file is part of Gforth. |
| |
|
| |
|
| : tags-file-id ( -- file-id ) |
: tags-file-id ( -- file-id ) |
| tags-file @ 0= if |
tags-file @ 0= if |
| tags-file-name w/o create-file throw |
s" sort >tags" w/o open-pipe throw |
| |
\ tags-file-name w/o create-file throw |
| \ 2dup file-status |
\ 2dup file-status |
| \ if \ the file does not exist |
\ if \ the file does not exist |
| \ drop w/o create-file throw |
\ drop w/o create-file throw |