Searched refs:tn (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dtabnotebook2.rb6 tn = Tk::Iwidgets::Tabnotebook.new(:width=>300, :height=>100)
7 tn.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
16 page1CS = tn.child_site(0)
17 page2CS = tn.child_site('Page Two')
24 tn.select(0)
28 tn.xscrollbar(TkScrollbar.new).pack(:fill=>:x, :expand=>true, :padx=>10)
H A Dtabnotebook.rb6 tn = Tk::Iwidgets::Tabnotebook.new(:width=>300, :height=>100)
7 tn.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
16 page1CS = tn.child_site(0)
17 page2CS = tn.child_site('Page Two')
24 tn.select(0)
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dtelnet.c244 struct TELNET *tn; local
246 tn = calloc(1, sizeof(struct TELNET));
247 if(!tn)
250 conn->data->state.proto.telnet = (void *)tn; /* make us known */
252 tn->telrcv_state = CURL_TS_DATA;
255 CURL_SB_CLEAR(tn);
258 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES;
259 tn->him_preferred[CURL_TELOPT_SGA] = CURL_YES;
266 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES;
267 tn
295 struct TELNET *tn = (struct TELNET *) conn->data->state.proto.telnet; local
369 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
443 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
491 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
533 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
607 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
667 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
828 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
938 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; local
1012 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; local
1070 struct TELNET *tn = (struct TELNET *)data->state.proto.telnet; local
1267 struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet; local
1313 struct TELNET *tn; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_widgets.test42 set tn 0
44 incr tn
46 test tepam-adbox.widg.ent$tn.st "argument_dialogbox, all widgets: entry $tn - set" \
51 test tepam-adbox.widg.ent$tn.gt "argument_dialogbox, all widgets: entry $tn - get" \
70 set tn 0
72 incr tn
74 test tepam-adbox.widg.col$tn.st "argument_dialogbox, all widgets: color $tn
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c11 #include "tn.h"
115 TN* tn;
124 tn = tn_get_node (t, objv [2], interp, objv [0]);
125 if (tn == NULL) {
129 depth = tn_depth (tn);
137 tn->parent != NULL;
138 i++, tn = tn->parent) {
142 anc [i] = tn->parent->name;
179 TN* tn;
113 TN* tn; local
176 TN* tn; local
491 TN* tn; local
576 TN* tn; local
627 TN* tn; local
677 TN* tn; local
719 TN* tn; local
842 TN* tn; local
879 TN* tn; local
942 TN* tn; local
1049 TN* tn; local
1091 TN* tn; local
1136 TN* tn; local
1260 TN* tn; local
1301 TN* tn; local
1352 TN* tn; local
1451 TN* tn; local
1521 TN* tn; local
1577 TN* tn; local
1679 TN* tn; local
1724 TN* tn; local
1780 TN* tn; local
1820 TN* tn; local
1864 TN* tn; local
1908 TN* tn; local
1980 TN* tn; local
2015 TN* tn; local
2059 TN* tn; local
2134 TN* tn; local
2352 TN* tn; local
2404 TN* tn; local
2495 TN* tn; local
[all...]
H A Dshimmer.c7 #include <tn.h>
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dbase64.c51 base64encode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) argument
80 if (tn)
81 *tn = 0;
97 if (tn)
98 *tn = tp;
126 if (tn)
127 *tn = tp;
149 if (tn)
150 *tn = tp;
162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/txn/
H A DPayloadDataEntity.java24 public void setThreadName(String tn) { threadName = tn; } argument
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest058.tcl43 set tn ""
45 set tn [$env txn]
46 set tflags "-txn $tn"
61 error_check_good txn_commit [$tn commit] 0
63 set tn [$env txn]
64 error_check_good txnbegin [is_substr $tn $env] 1
65 set tflags "-txn $tn"
82 error_check_good txn_commit [$tn commit] 0
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/xml/
H A DrdfExample.xotcl59 foreach tn [x info children topNode*] {
60 pv interpretNodeTree $tn
71 foreach tn [x info children topNode*] {
72 set result [rv interpretNodeTree $tn]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Diconv.c260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
280 fz = tz = (*fn < *tn) ? *fn : *tn;
294 if ((tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, *tn)) && tz <= *tn)
315 if (tz == *tn)
323 if (tz > *tn)
351 if (tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, un, *tb, *tn, 0, 0))
370 if (tz == *tn)
378 if (tz > *tn)
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1001 bin2scu(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1235 _ast_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1348 size_t tn; local
1448 size_t tn; local
[all...]
/macosx-10.9.5/cron-39/crontab/
H A Dcrontab.c569 char n[MAX_FNAME], envstr[MAX_ENVSTR], tn[MAX_FNAME]; local
582 (void) sprintf(tn, TMP_CRON_TAB(n));
583 if (!(tmp = fopen(tn, "w+"))) {
584 warn("%s", tn);
606 warnx("error while writing new crontab to %s", tn);
607 fclose(tmp); unlink(tn);
641 fclose(tmp); unlink(tn);
648 if (chown(tn, ROOT_UID, -1) < OK)
652 fclose(tmp); unlink(tn);
659 if (chmod(tn, 060
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompmatch.c951 Cline t, tn, s; local
962 for (t = matchparts; (tn = t->next); t = tn) {
963 s = (tn->prefix ? tn->prefix : tn->suffix);
2656 Cline t, tn; local
2658 for (t = o; (tn = t->next) &&
2659 ((tn->flags & CLF_NEW) || !cmp_anchors(tn,
2685 Cline t, tn; local
2711 Cline t, tn; local
2755 Cline t, tn, tt, to = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mul.c239 /* n+tn is the word length
241 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int tn, argument
249 printf(" bn_mul_part_recursive %d * %d\n",tn+n,tn+n);
253 i=tn+n;
301 bn_mul_normal(&(r[n2]),&(a[n]),tn,&(b[n]),tn);
302 memset(&(r[n2+tn*2]),0,sizeof(BN_ULONG)*(n2-tn*2));
310 bn_mul_normal(&(r[n2]),&(a[n]),tn,
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dread_termcap.c942 _nc_read_termcap_entry(const char *const tn, TERMTYPE *const tp) argument
955 T(("read termcap entry for %s", tn));
957 if (strlen(tn) == 0
958 || strcmp(tn, ".") == 0
959 || strcmp(tn, "..") == 0
960 || _nc_pathlast(tn) != 0) {
961 T(("illegal or missing entry name '%s'", tn));
966 && !_nc_is_abs_path(p) && _nc_name_match(p, tn, "|:")) {
973 if ((status = _nc_tgetent(tc, &source, &lineno, tn)) < 0)
1024 } else if (_nc_name_match(tc, tn, "|
[all...]
/macosx-10.9.5/swig-10/Source/CParse/
H A Dtempl.c494 Node *tn; local
498 tn = Getattr(n, "template");
499 if (tn) {
500 n = tn;
557 String *t, *tn; local
564 tn = SwigType_base(ty);
565 Replaceid(ss, tmp, tn);
566 Delete(tn);
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/unicode/
H A Dctest.h165 cleanUpTestTree(TestNode *tn);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-comb.el326 (tn (and q (Math-lessp n 1000) (Math-lessp -1000 n)
328 (cond ((and tn (= q 2)
329 (or calc-symbolic-mode (< (math-abs tn) 20)))
330 (let ((q (if (< tn 0)
332 (math-pow -2 (- tn))
333 (math-double-factorial-iter (* -2 tn) 3 1 2))
335 (math-double-factorial-iter (* 2 tn) 3 1 2)
336 (math-pow 2 tn)))))
340 ((and tn (>= tn
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_contrib.rb268 tn = XPath.first(doc, "//nebenspalte/text()[2]")
273 assert_equal(expected_utf, tn.to_s.strip)
275 f.write( tn, Output.new(o = "", "ISO-8859-1") )
279 tn = XPath.first(doc, "//nebenspalte/text()[2]")
280 assert_equal(expected_utf, tn.to_s.strip)
281 f.write( tn, Output.new(o = "", "ISO-8859-1") )
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dmain.c349 if (tn(argp - args, args) == 1)
/macosx-10.9.5/screen-22/screen/
H A Dmisc.c688 # define xva_arg(s, t, tn) (*(t *)(s += xsnoff(tn, 0, 0), s - xsnoff(tn, 0, 0)))
713 # define xva_arg(s, t, tn) va_arg(s, t)
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtdigest.c190 char tn[] = "htdigest.tmp.XXXXXX"; local
244 dirname = apr_psprintf(cntxt, "%s/%s", dirname, tn);
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dtask_manager.rb186 tn = (scope[0,n] + [name]).join(':')
187 task = @tasks[tn]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dthumbs.el317 (tn (thumbs-thumbname img)))
318 (if (or (not (file-exists-p tn))
322 ;;; (not (equal (thumbs-file-size tn) thumbs-geometry))
324 (thumbs-call-convert fn tn "sample" thumbs-geometry))
325 tn))
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dmain.c369 if (tn(argp - args, args) == 1)

Completed in 438 milliseconds

123