Searched refs:nb (Results 1 - 25 of 202) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dnotebook.test10 ttk::notebook .nb
11 } -result .nb
17 .nb add .
24 .nb add [frame .sibling]
28 .nb add [toplevel .nb.t]
30 destroy .t.nb
31 } -returnCodes 1 -match glob -result "can't add .nb.t*"
34 .nb select @6000,6000
41 pack .nb
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook.rb6 nb = Tk::Iwidgets::Notebook.new(:width=>100, :height=>100)
7 nb.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
16 page1CS = nb.child_site(0)
17 page2CS = nb.child_site('Page Two')
24 nb.select(0)
28 nb.scrollbar(TkScrollbar.new).pack(:fill=>:y, :expand=>true, :pady=>10)
H A Dnotebook2.rb6 nb = Tk::Iwidgets::Notebook.new(:width=>100, :height=>100)
7 nb.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
16 page1CS = nb.child_site(0)
17 page2CS = nb.child_site('Page Two')
24 nb.select(0)
28 nb.xscrollbar(TkScrollbar.new).pack(:fill=>:x, :expand=>true, :padx=>10)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstrvcmp.c35 register unsigned long nb; local
41 na = nb = 0;
45 nb = nb * 10 + *b++ - '0';
46 if (na < nb)
48 if (na > nb)
H A Dstrnvcmp.c37 register unsigned long nb; local
53 na = nb = 0;
57 nb = nb * 10 + *b++ - '0';
58 if (na < nb)
60 if (na > nb)
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dzwrite.c37 zwrite (fd, buf, nb)
40 size_t nb;
44 for (n = nb, nt = 0;;)
51 return nb;
57 return (nb - n);
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkNotebook.c143 static void NotebookStyleOptions(Notebook *nb, NotebookStyle *nbstyle) argument
148 if ((objPtr = Ttk_QueryOption(nb->core.layout, "-tabposition", 0)) != 0) {
163 if ((objPtr = Ttk_QueryOption(nb->core.layout, "-tabplacement", 0)) != 0) {
176 if ((objPtr = Ttk_QueryOption(nb->core.layout, "-tabmargins", 0)) != 0) {
181 if ((objPtr = Ttk_QueryOption(nb->core.layout, "-padding", 0)) != 0) {
182 Ttk_GetPaddingFromObj(NULL,nb->core.tkwin,objPtr,&nbstyle->padding);
186 if ((objPtr = Ttk_QueryOption(nb->core.layout, "-mintabwidth", 0)) != 0) {
195 static Tab *CreateTab(Tcl_Interp *interp, Notebook *nb, Tk_Window slaveWindow) argument
197 Tk_OptionTable optionTable = nb->notebook.paneOptionTable;
209 static void DestroyTab(Notebook *nb, Ta argument
216 ConfigureTab( Tcl_Interp *interp, Notebook *nb, Tab *tab, Tk_Window slaveWindow, int objc, Tcl_Obj *const objv[]) argument
262 IdentifyTab(Notebook *nb, int x, int y) argument
280 ActivateTab(Notebook *nb, int index) argument
295 TabState(Notebook *nb, int index) argument
337 TabrowSize( Notebook *nb, Ttk_Orient orient, int *widthPtr, int *heightPtr) argument
374 Notebook *nb = clientData; local
456 SqueezeTabs( Notebook *nb, int needed, int available, int minTabWidth) argument
488 PlaceTabs( Notebook *nb, Ttk_Box tabrowBox, Ttk_PositionSpec tabPlacement) argument
524 Notebook *nb = recordPtr; local
573 NotebookPlaceSlave(Notebook *nb, int slaveIndex) argument
590 Notebook *nb = recordPtr; local
602 SelectTab(Notebook *nb, int index) argument
638 NextTab(Notebook *nb, int index) argument
673 SelectNearestTab(Notebook *nb) argument
696 Notebook *nb = managerData; local
720 AddTab( Tcl_Interp *interp, Notebook *nb, int destIndex, Tk_Window slaveWindow, int objc, Tcl_Obj *const objv[]) argument
784 Notebook *nb = clientData; local
817 FindTabIndex( Tcl_Interp *interp, Notebook *nb, Tcl_Obj *objPtr, int *index_rtn) argument
857 GetTabIndex( Tcl_Interp *interp, Notebook *nb, Tcl_Obj *objPtr, int *index_rtn) argument
881 Notebook *nb = recordPtr; local
921 Notebook *nb = recordPtr; local
995 Notebook *nb = recordPtr; local
1019 Notebook *nb = recordPtr; local
1052 Notebook *nb = recordPtr; local
1106 Notebook *nb = recordPtr; local
1138 Notebook *nb = recordPtr; local
1164 Notebook *nb = recordPtr; local
1189 Notebook *nb = recordPtr; local
1254 Notebook *nb = recordPtr; local
1274 Notebook *nb = recordPtr; local
1283 Notebook *nb = clientData; local
1307 Notebook *nb = recordPtr; local
1332 DisplayTab(Notebook *nb, int index, Drawable d) argument
1347 Notebook *nb = clientData; local
[all...]
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dmbsnrtowcs.c62 size_t nb; local
72 if ((nb = __mbrtowc(&wc, s, nms, ps, loc)) == (size_t)-1)
75 else if (nb == 0 || nb == (size_t)-2)
77 s += nb;
78 nms -= nb;
85 if ((nb = __mbrtowc(dst, s, nms, ps, loc)) == (size_t)-1) {
88 } else if (nb == (size_t)-2) {
91 } else if (nb == 0) {
95 s += nb;
[all...]
H A Dwcsnrtombs.c63 size_t nb; local
73 if ((nb = __wcrtomb(buf, *s, ps, loc)) == (size_t)-1)
77 return (nbytes + nb - 1);
79 nbytes += nb;
87 if ((nb = __wcrtomb(dst, *s, ps, loc)) == (size_t)-1) {
100 if ((nb = __wcrtomb(buf, *s, ps, loc)) == (size_t)-1) {
104 if (nb > (int)len) {
109 memcpy(dst, buf, nb);
113 return (nbytes + nb - 1);
116 dst += nb;
[all...]
H A Dutf2.c206 size_t nb; local
229 nb = 1;
230 else if ((nb = _UTF2_mbrtowc(&wc, s, nms, ps, loc)) ==
234 else if (nb == 0 || nb == (size_t)-2)
236 s += nb;
237 nms -= nb;
259 nb = 1;
260 } else if ((nb = _UTF2_mbrtowc(dst, s, nms, ps, loc)) ==
264 } else if (nb
347 size_t nb; local
[all...]
H A Dutf8.c256 size_t nb; local
279 nb = 1;
280 else if ((nb = _UTF8_mbrtowc(&wc, s, nms, ps, loc)) ==
284 else if (nb == 0 || nb == (size_t)-2)
286 s += nb;
287 nms -= nb;
309 nb = 1;
310 } else if ((nb = _UTF8_mbrtowc(dst, s, nms, ps, loc)) ==
314 } else if (nb
403 size_t nb; local
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dio.c76 int nb; local
116 nb = select(sockt + 1, &read_set, 0, 0, &wait);
121 if (nb <= 0) {
132 nb = read(sockt, buf, sizeof buf);
133 if (nb <= 0) {
137 display(&his_win, buf, nb);
145 ioctl(0, FIONREAD, (void *) &nb);
146 if (nb > sizeof buf)
147 nb = sizeof buf;
148 nb
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dreadv.c41 ssize_t ret, nb; local
53 nb = ret = read (d, buf, tot);
55 while (nb > 0) {
56 ssize_t cnt = min(nb, iov->iov_len);
60 nb -= cnt;
H A Drecvmsg.c41 ssize_t ret, nb; local
54 nb = ret = recvfrom (s, buf, tot, flags, msg->msg_name, &msg->msg_namelen);
56 while (nb > 0) {
57 ssize_t cnt = min(nb, iov->iov_len);
61 nb -= cnt;
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dnotebook.tcl21 # ActivateTab $nb $tab --
47 # Press $nb $x $y --
74 # MnemonicTab $nb $key --
79 proc ttk::notebook::MnemonicTab {nb key} {
81 foreach tab [$nb tabs] {
82 set label [$nb tab $tab -text]
83 set underline [$nb tab $tab -underline]
102 proc ttk::notebook::enableTraversal {nb} {
105 set top [winfo toplevel $nb]
127 lappend TLNotebooks($top) $nb
[all...]
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dnumber.c46 int na, nb; local
54 nb = heim_base_tagged_object_value(b);
56 nb = *(int *)b;
58 return na - nb;
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddfile.c371 int nb; local
376 nb = proc_pidfdinfo(pid, fd, PROC_PIDFDKQUEUEINFO, &kq, sizeof(kq));
377 if (nb <= 0) {
380 } else if (nb < sizeof(kq)) {
386 sizeof(kq), nb);
456 int nb; local
461 nb = proc_pidfdinfo(pid, fd, PROC_PIDFDPIPEINFO, &pi, sizeof(pi));
462 if (nb <= 0) {
465 } else if (nb < sizeof(pi)) {
471 sizeof(pi), nb);
485 int nb; local
518 int nb; local
601 int nb; local
630 int nb; local
675 int nb; local
712 int nb; local
[all...]
H A Ddproc.c184 int cre, cres, ef, i, nb, np, pid; local
242 if ((nb = proc_listpids(PROC_ALL_PIDS, 0, NULL, 0)) <= 0) {
247 if (nb > NbPids) {
248 while (nb > NbPids) {
266 if ((nb = proc_listpids(PROC_ALL_PIDS, 0, Pids, NbPids)) <= 0) {
272 if ((nb + sizeof(int)) < NbPids) {
277 np = nb / sizeof(int);
300 nb = proc_pidinfo(pid, PROC_PIDTASKALLINFO, 0, &tai, sizeof(tai));
301 if (nb <= 0) {
309 } else if (nb < sizeo
471 int i, isock, nb, nf; local
584 int ef, i, isock, nb = 0, nf; local
698 int i, n, nb; local
754 int i, nb, nt; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/io/nonblock/
H A Dnonblock.c48 io_nonblock_set(int fd, int f, int nb) argument
50 if (nb) {
65 rb_io_nonblock_set(VALUE io, VALUE nb) argument
69 io_nonblock_set(fptr->fd, io_nonblock_mode(fptr->fd), RTEST(nb));
85 int nb = 1; local
93 nb = RTEST(v);
98 io_nonblock_set(fptr->fd, f, nb);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DCircularQueue.hpp57 inline void removeItems( size_t nb )
59 // it would be nice if we would not get called with nb > entries
68 if( nb > entries() )
69 nb = entries();
73 storage.erase( storage.begin(), storage.begin() + m_offset + nb );
77 m_offset += nb;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-netbios.c49 netbios_print(struct p8022Hdr *nb, u_int length) argument
56 if (nb->flags == UI) {
62 if ((u_char *)(nb + 1) > snapend) {
68 netbios_decode(nb, (u_char *)nb + p8022Size, length - p8022Size);
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dthread_stack_pcs.c51 _thread_stack_pcs(vm_address_t *buffer, unsigned max, unsigned *nb, unsigned skip) argument
58 *nb = 0;
93 buffer[*nb] = *(vm_address_t *)(((void **)frame) + FP_LINK_OFFSET);
94 (*nb)++;
103 thread_stack_pcs(vm_address_t *buffer, unsigned max, unsigned *nb) argument
105 _thread_stack_pcs(buffer, max, nb, 0);
/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_overflow.c82 size_t nb, plen; local
106 for (p = *buf;; p = (char *)p + nb, pg = h->nextpg) {
110 nb = MIN(sz, plen);
111 memmove(p, (char *)h + BTDATAOFF, nb); local
114 if ((sz -= nb) == 0)
137 size_t nb, plen; local
155 nb = MIN(sz, plen);
156 memmove((char *)h + BTDATAOFF, p, nb);
164 if ((sz -= nb) == 0) {
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dproxy.tcl14 mk::row append tqs.people name nb country gr
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Deventlistener.cpp155 NotificationBlock nb = (NotificationBlock) info; local
156 nb();
159 Block_release(nb);
195 NotificationBlock nb = local
202 nb = Block_copy(nb);
207 ctx.info = nb;

Completed in 157 milliseconds

123456789