Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

variables.h File Reference

#include "mit-copyright.h"
#include "new_string.h"

Go to the source code of this file.

Functions

void var_clear_all_variables ()
string var_get_variable ()
void var_set_variable ()
void var_set_variable_to_number ()
void var_set_variable_then_free_value ()
void var_set_number_variables_to_fields ()


Function Documentation

void var_clear_all_variables  ) 
 

Definition at line 76 of file variables.c.

References string_dictionary_Create(), and string_dictionary_SafeDestroy().

00077 {
00078         if (non_number_variable_dict) {
00079                 string_dictionary_SafeDestroy(non_number_variable_dict);
00080                 string_dictionary_SafeDestroy(number_variable_dict);
00081         }
00082 
00083         non_number_variable_dict = string_dictionary_Create(101);
00084         number_variable_dict = string_dictionary_Create(11);
00085         fields_data_length = 0;
00086 }

string var_get_variable  ) 
 

Referenced by eval_expr(), fixup_and_draw(), no_dots_downcase_var(), and xshow().

void var_set_number_variables_to_fields  ) 
 

Referenced by exec_process_packet().

void var_set_variable  ) 
 

Referenced by create_file_append_port(), create_file_input_port(), create_file_output_port(), decode_notice(), display_init(), eval_expr(), init_standard_ports(), read_from_port(), var_set_variable_then_free_value(), var_set_variable_to_number(), write_on_port(), and X_driver_init().

void var_set_variable_then_free_value  ) 
 

Referenced by decode_notice().

void var_set_variable_to_number  ) 
 

Referenced by exec_process_packet().



Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo

Source Perspective by Fisheye