/[weechat]/weechat/src/common/command.c
ViewVC logotype

Diff of /weechat/src/common/command.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by flashcode, Wed Jan 26 22:21:58 2005 UTC revision 1.40 by flashcode, Mon Jan 31 23:33:59 2005 UTC
# Line 146  command_index_build () Line 146  command_index_build ()
146  }  }
147    
148  /*  /*
149     * command_index_free: remove all commands in index
150     */
151    
152    void
153    command_index_free ()
154    {
155        while (index_commands)
156        {
157            weelist_remove (&index_commands, &last_index_command, index_commands);
158        }
159    }
160    
161    /*
162   * alias_search: search an alias   * alias_search: search an alias
163   */   */
164    
# Line 307  alias_free (t_weechat_alias *alias) Line 320  alias_free (t_weechat_alias *alias)
320  }  }
321    
322  /*  /*
323     * alias_free_all: free all alias
324     */
325    
326    void
327    alias_free_all ()
328    {
329        while (weechat_alias)
330            alias_free (weechat_alias);
331    }
332    
333    /*
334   * explode_string: explode a string according to separators   * explode_string: explode a string according to separators
335   */   */
336    

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26