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

new_string.h File Reference

#include "mit-copyright.h"
#include <string.h>

Go to the source code of this file.

Defines

#define string_Length(s)   strlen(s)
#define string_Eq(a, b)   (!strcmp(a,b))
#define string_Neq(a, b)   (strcmp(a,b))
#define string_CreateFromData(data, length)   string__CreateFromData(data,length)
#define string_Copy(data)   string__Copy(data)
#define string_Concat(a, b)   string__Concat(a,b)
#define string_Concat2(a, b)   string__Concat2(a,b)

Typedefs

typedef char * string

Functions

string string__CreateFromData ()
string string__Copy ()
string string__Concat ()
string string__Concat2 ()
string string_Downcase ()
string string_Upcase ()


Define Documentation

#define string_Concat a,
 )     string__Concat(a,b)
 

Definition at line 71 of file new_string.h.

Referenced by eval_expr(), get_string_resource(), locate_file(), mode_to_colorname(), and xshow().

#define string_Concat2 a,
 )     string__Concat2(a,b)
 

Definition at line 86 of file new_string.h.

Referenced by append_buffer(), get_string_resource(), locate_file(), mode_to_colorname(), protect(), substitute(), tty_filter(), verbatim(), xmarkGetText(), and xshow().

#define string_Copy data   )     string__Copy(data)
 

Definition at line 60 of file new_string.h.

Referenced by clear_buffer(), eval_expr(), get_field(), get_next_field(), int_dictionary_Define(), lany(), lbreak(), lspan(), paragraph(), pointer_dictionary_Define(), port_dictionary_Define(), protect(), rany(), rbreak(), read_from_port(), rspan(), string__dictionary_Set(), string_dictionary_Define(), substitute(), tty_filter(), TYPE_T_dictionary_Define(), ulong_dictionary_Define(), verbatim(), X_driver(), X_driver_init(), x_gram_init(), xmarkGetText(), xshow(), and yylex().

#define string_CreateFromData data,
length   )     string__CreateFromData(data,length)
 

Definition at line 51 of file new_string.h.

Referenced by get_next_field(), lany(), lbreak(), lspan(), protect(), rany(), rbreak(), rspan(), substitute(), tty_filter(), xmarkGetText(), and xshow().

#define string_Eq a,
 )     (!strcmp(a,b))
 

Definition at line 31 of file new_string.h.

Referenced by display_init(), eval_expr(), get_driver_info(), init_standard_ports(), int_dictionary_Define(), int_dictionary_Lookup(), locate_file(), main(), pointer_dictionary_Define(), pointer_dictionary_Lookup(), port_dictionary_Define(), port_dictionary_Lookup(), string_dictionary_Define(), string_dictionary_Lookup(), tty_filter_init(), TYPE_T_dictionary_Define(), TYPE_T_dictionary_Lookup(), ulong_dictionary_Define(), and ulong_dictionary_Lookup().

#define string_Length  )     strlen(s)
 

Definition at line 23 of file new_string.h.

#define string_Neq a,
 )     (strcmp(a,b))
 

Definition at line 38 of file new_string.h.

Referenced by eval_expr(), and get_string_resource().


Typedef Documentation

typedef char* string
 

Definition at line 16 of file new_string.h.

Referenced by display_init(), eval_bool_expr(), eval_expr(), get_string_resource(), init_standard_ports(), lany(), lbreak(), lspan(), paragraph(), plain_driver(), protect(), punt(), puntable_address_p(), rany(), rbreak(), rspan(), string__Concat(), string__Copy(), string__CreateFromData(), substitute(), tty_driver(), tty_filter(), unpunt(), var_get_variable(), X_driver(), X_driver_init(), and xmarkGetText().


Function Documentation

string string__Concat  ) 
 

string string__Concat2  ) 
 

string string__Copy  ) 
 

string string__CreateFromData  ) 
 

string string_Downcase  ) 
 

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

string string_Upcase  ) 
 

Referenced by eval_expr().



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

Source Perspective by Fisheye