Home
last modified time | relevance | path

Searched refs:show_string (Results 1 – 25 of 80) sorted by relevance

1234

/dports/x11/xterm/xterm-370/vttests/
H A Dpaste64.pl56 sub show_string($) { subroutine
94 show_string($command);
112 show_string($reply);
118 show_string($data);
122 show_string($data);
136 show_string($data);
141 show_string($send);
H A Dtitlestack.pl99 sub show_string($) { subroutine
138 &show_string($command);
158 &show_string($reply);
H A Dreport-sgr.pl168 sub show_string($) { subroutine
237 printf "%s %s ", $show, &show_string($send);
242 printf "read %s", &show_string($reply);
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dhelp.c561 int show_string; local
572 show_string = 1;
577 if (show_string)
597 show_string = 0;
602 show_string = 1;
/dports/devel/ncurses/ncurses-6.3/test/
H A Dsp_tinfo.c138 show_string(MYDATA * data, const char *name, const char *value) in show_string() function
168 show_string(data, name, (opt_t in show_cap_string()
177 show_string(data, name, "(missing)"); in show_char()
182 show_string(data, name, temp); in show_char()
214 show_string(data, "unctrl", unctrl_sp(sp, 033)); in do_stuff()
H A Ddemo_termcap.c183 show_string(const char *name, const char *value) in show_string() function
270 show_string(cap, str); in dumpit()
898 show_string("UP", UP); in main()
899 show_string("BC", BC); in main()
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/test/
H A Dvariant_test.cpp36 std::string show_string(const std::string& str) in show_string() function
117 int_or_string.transform(show_int, show_string);
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dextern.h178 extern int show_string(char *,int,int);
179 extern int show_string(char *,int,int);
/dports/lang/gcc48/gcc-4.8.5/libgfortran/runtime/
H A Denviron.c269 show_string (variable * v) in show_string() function
300 {"TMPDIR", 0, NULL, init_string, show_string,
330 {"GFORTRAN_CONVERT_UNIT", 0, 0, init_unformatted, show_string,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/runtime/
H A Denviron.c273 show_string (variable * v) in show_string() function
304 {"TMPDIR", 0, NULL, init_string, show_string,
334 {"GFORTRAN_CONVERT_UNIT", 0, 0, init_unformatted, show_string,
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/runtime/
H A Denviron.c269 show_string (variable * v) in show_string() function
300 {"TMPDIR", 0, NULL, init_string, show_string,
330 {"GFORTRAN_CONVERT_UNIT", 0, 0, init_unformatted, show_string,
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/usecode/
H A Dusecode.cpp161 bool UseCode::search_container(Obj *obj, bool show_string) { in search_container() argument
181 if (show_string) { in search_container()
/dports/graphics/jgraph/jgraph-8.3_1/
H A Dshow.c60 show_string(s) in show_string() function
83 show_string(l->label);
106 spaces(nsp); show_string(l->label);
341 show_string(s->s->label);
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_delta.py234 def show_string(self, delta, *args, **kwargs): member in TestChangesFrom
257 self.show_string(delta))
276 self.show_string(delta, show_ids=True,
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dutils.h50 void show_string(int level, const char *s, const char *label);
H A Dparser.c224 show_string(5, g_parser_string, "opening"); in PushSource()
309 show_string(5, s, "closing"); in PopSource()
329 show_string(5,g_parser_string,"resuming"); in PopSource()
H A Dmain.c459 show_string(2, body, "body "); in ConvertWholeDocument()
478 show_string(2, body, "body "); in ConvertWholeDocument()
763 show_string(2, g_preamble, "preamble"); in ConvertLatexPreamble()
/dports/graphics/dia/dia-0.97.3/plug-ins/postscript/
H A Dps-utf8.h103 ShowStringFunc show_string; member
/dports/sysutils/syslinux/syslinux-6.03/utils/
H A Dpxelinux-options21 @fmt_string = ("string", \&parse_string, \&show_string);
86 sub show_string($)
/dports/www/osrm-backend/osrm-backend-5.26.0/profiles/lib/
H A Dpprint.lua12 show_string = true,
421 formatter['string'] = option.show_string and string_formatter or nop_formatter
/dports/www/nginx-full/nchan-1.2.12/dev/bench/
H A Dpprint.lua9 show_string = true,
418 formatter['string'] = option.show_string and string_formatter or nop_formatter
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/xmpp/
H A Drostermoduleimpl.cc204 const std::string* show_string; in set_presence_show() local
206 if(!PresenceShowToString(show, &show_string)) in set_presence_show()
213 raw_xml_->AddText(*show_string, 1); in set_presence_show()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/jabber/
H A Dpresence.c310 const char *show_string = NULL; in jabber_presence_create_js() local
322 show_string = jabber_buddy_state_get_show(state); in jabber_presence_create_js()
324 if(show_string) { in jabber_presence_create_js()
326 xmlnode_insert_data(show, show_string, -1); in jabber_presence_create_js()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/jabber/
H A Dpresence.c310 const char *show_string = NULL; in jabber_presence_create_js() local
322 show_string = jabber_buddy_state_get_show(state); in jabber_presence_create_js()
324 if(show_string) { in jabber_presence_create_js()
326 xmlnode_insert_data(show, show_string, -1); in jabber_presence_create_js()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/jabber/
H A Dpresence.c310 const char *show_string = NULL; in jabber_presence_create_js() local
322 show_string = jabber_buddy_state_get_show(state); in jabber_presence_create_js()
324 if(show_string) { in jabber_presence_create_js()
326 xmlnode_insert_data(show, show_string, -1); in jabber_presence_create_js()

1234