Searched refs:shortstr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A DsimpleServer.tcl34 proc shortstr {str} { procedure
43 #dputs "EOF $chan ([shortstr $data)"
47 #if {$data != ""} { dputs "got $chan ([shortstr $data])" }
56 #dputs "sent $chan ([shortstr $data])"
H A DsimpleClient.tcl50 proc shortstr {str} { procedure
63 #dputs "EOF $chan ([shortstr $data])"
68 #if {$data != ""} { dputs "got $chan ([shortstr $data])" }
84 dputs "feed $sock ([shortstr $::megadata])"
/macosx-10.10.1/nano-12/src/
H A Dprompt.c1286 char shortstr[3]; local
1295 sprintf(shortstr, " %c", yesstr[0]);
1297 onekey(shortstr, _("Yes"), width);
1301 shortstr[1] = allstr[0];
1302 onekey(shortstr, _("All"), width);
1306 shortstr[1] = nostr[0];
1307 onekey(shortstr, _("No"), width);

Completed in 137 milliseconds