|
|
#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 () |
|
Definition at line 71 of file new_string.h. Referenced by eval_expr(), get_string_resource(), locate_file(), mode_to_colorname(), and xshow(). |
|
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(). |
|
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(). |
|
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(). |
|
|
Definition at line 23 of file new_string.h. |
|
Definition at line 38 of file new_string.h. Referenced by eval_expr(), and get_string_resource(). |
|
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(). |
|
|
|
|
|
|
|
|
|
Referenced by eval_expr(), no_dots_downcase_var(), and xshow(). |
|
Referenced by eval_expr(). |
Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |