home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / catalogs / tldr22.zip / FILEXREF.WSL < prev    next >
Text File  |  1993-06-15  |  3KB  |  75 lines

  1. -- This is the word specification list used by the cross reference
  2. -- utility.  For more information, see the end of this file.
  3. ------------------------------------------------------------------------------
  4. ++Include     The "++" option lines toggle options.
  5. --   The next entry calls for cross referencing of all words starting
  6. --   with "re".  Case sensitive compares for this type of entry is
  7. --   automatic.  This type is not valid with the exclude option.
  8.   re*
  9. ++CaseSensitive
  10.   Visual
  11.   window
  12. ++CaseInsensitive
  13.   COLUMN_NAME
  14.   HELP
  15. ++Exclude     The following entries exclude the C language keywords.
  16. --            Change this list to those words you don't want cross
  17. --            referenced.  Excluded names are automatically treated
  18. --            as case sensitive.
  19. --
  20.    _Packed
  21.    auto
  22.    break
  23.    case
  24.    char
  25.    const
  26.    continue
  27.    default
  28.    do
  29.    double
  30.    else
  31.    enum
  32.    extern
  33.    float
  34.    for
  35.    goto
  36.    if
  37.    int
  38.    long
  39.    register
  40.    return
  41.    short
  42.    signed
  43.    sizeof
  44.    static
  45.    struct
  46.    switch
  47.    typedef
  48.    union
  49.    unsigned
  50.    void
  51.    volatile
  52.    while
  53. ------------------------------------------------------------------------------
  54. -- This file contains three types of lines:
  55. ------------------------------------------------------------------------------
  56. -- 1. A comment line has "--' in the first two columns.
  57. -- 2. An option line has "++' in the first two columns followed
  58. --    immediately by one of these four options:
  59. --       CaseSensitive     -   be sensitive to case on the words that
  60. --                             follow  (this is the default)
  61. --       CaseInsensitive   -   ignoring case on the words that follow
  62. --       Include           -   include the following words (this is
  63. --                             the default)
  64. --       Exclude           -   exclude the following words
  65. -- 3. A word line has a single word surrounded by white space. Note
  66. --    that FileXref does not cross reference word phrases, just
  67. --    individual words.
  68. ------------------------------------------------------------------------------
  69. -- The controls above tell FileXref to search for "COLUMN_NAME" and
  70. -- "HELP" regardless of case. They also request case sensitive
  71. -- word cross referencing on the words "Visual", "window" and all
  72. -- words beginning with "re", except for "return" and "register",
  73. -- which will be excluded.
  74. ------------------------------------------------------------------------------
  75.