Searched refs:add_string (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A DMKcaptab.awk29 function add_string(text) { function
71 c1 = add_string($2);
72 c2 = add_string($3);
73 c3 = add_string($4);
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dshmbutil.h332 goto add_string; \
409 goto add_string; \
442 goto add_string
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dwrapper-const-table.h168 static inline int add_string(PyObject* d, char* name, NSString* value) function
198 add_string(d, table->name, *table->value);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dwrapper-const-table.h168 static inline int add_string(PyObject* d, char* name, NSString* value) function
198 add_string(d, table->name, *table->value);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dwrapper-const-table.h153 static inline int add_string(PyObject* d, char* name, NSString* value) function
183 add_string(d, table->name, *table->value);
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_version.c161 httpd_version.add_string);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetarg.c330 add_string(getarg_strings *s, char *value) function
422 return add_string((getarg_strings*)current->value, goptarg + 1);
523 return add_string((getarg_strings*)args[k].value, goptarg);
/macosx-10.10.1/vim-55/src/
H A Dgui_w16.c998 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1) macro
1312 add_string(title ? title : ("Vim"VIM_VERSION_MEDIUM));
1491 add_string(caption);
1500 #undef add_string macro
H A Dgui_w32.c2876 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1) macro
/macosx-10.10.1/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp380 char *add_string(const char *, unsigned int);
381 char *add_string(const string &);
401 char *char_buffer::add_string (const char *s, unsigned int length) function in class:char_buffer
437 char *char_buffer::add_string (const string &s) function in class:char_buffer
439 return add_string(s.contents(), s.length());
1295 g->text_glob_tag(&f->text_style, buffer.add_string(str), str.length(),
1312 g->text_glob_html(s, buffer.add_string(str), str.length(),
1333 g->text_glob_auto_image(s, buffer.add_string(str), str.length(),
1337 g->text_glob_tag(s, buffer.add_string(str), str.length(),
1432 g->text_glob_tag(s, buffer.add_string(html_strin
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsubst.c6867 add_string:
6978 goto add_string;
7012 goto add_string;
7181 as well), so we go directly to add_string. */
7192 goto add_string;
7232 goto add_string;
/macosx-10.10.1/apache-793/httpd/include/
H A Dhttpd.h408 const char *add_string; /**< additional string like "-dev" */ member in struct:__anon5808
/macosx-10.10.1/apache-793/httpd/server/
H A Dcore.c3152 version->add_string = AP_SERVER_ADD_STRING;

Completed in 206 milliseconds