Searched refs:eb (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10.1/vim-55/src/
H A Dgui_xmebw.c90 static void Initialize(Widget rq, Widget eb, ArgList args, Cardinal *n);
287 set_pixmap(XmEnhancedButtonWidget eb) argument
305 Display *dpy = XtDisplay(eb);
315 char **data = (char **) eb->enhancedbutton.pixmap_data;
316 char *fname = (char *) eb->enhancedbutton.pixmap_file;
325 gc = XtGetGC((Widget)eb, (XtGCMask)0, NULL);
330 eb->label.pixmap = None;
332 eb->enhancedbutton.pixmap_depth = 0;
333 eb->enhancedbutton.pixmap_width = 0;
334 eb
486 draw_shadows(XmEnhancedButtonWidget eb) argument
532 draw_highlight(XmEnhancedButtonWidget eb) argument
547 draw_unhighlight(XmEnhancedButtonWidget eb) argument
598 draw_pixmap(XmEnhancedButtonWidget eb, XEvent *event UNUSED, Region region UNUSED) argument
656 draw_label(XmEnhancedButtonWidget eb, XEvent *event, Region region) argument
740 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget) wid; local
829 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget)wid; local
987 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget)ebw; local
1030 free_pixmaps(XmEnhancedButtonWidget eb) argument
1070 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget) new; local
1175 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget) w; local
1432 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget)w; local
1441 XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget)w; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Derrorlist.c44 const struct error_entry *eb = (const struct error_entry*)b; local
46 if (ea->start >= eb->start && ea->start < eb->start + eb->len)
48 return ea->start - eb->start;
H A Dbidi.c44 const struct range_entry *eb = (const struct range_entry*)b; local
46 if (ea->start >= eb->start && ea->start < eb->start + eb->len)
48 return ea->start - eb->start;
/macosx-10.10.1/ruby-106/ruby/test/open-uri/
H A Dtest_ssl.rb167 13:eb:db:ca:cd:90:f2:09:9e:d9:72:70:5e:42:5d:11:84:ce:
208 00:bb:bd:74:69:53:58:50:24:79:f2:eb:db:8b:97:
213 a4:db:db:eb:43:44:12:a7:ca:ca:2b:aa:5f:83:10:
234 eb:f3:e0:61:e2:05:e5:7e:c1:e0:33:1c:76:65:23:2c:25:08:
260 00:bb:bd:74:69:53:58:50:24:79:f2:eb:db:8b:97:
265 a4:db:db:eb:43:44:12:a7:ca:ca:2b:aa:5f:83:10:
284 b2:eb:25:b7:09:68:e9:13:ab:d0:5a:29:7a:e4:72:
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dlayout.tcl100 $T element create eb border -background $::SystemButtonFace \
107 $T style elements $S {eb et}
108 $T style layout $S eb -union et -ipadx 2 -ipady 2
/macosx-10.10.1/sudo-73/src/
H A Dglob.c374 Char *b, *eb; local
380 eb = &patbuf[patbuf_len - 1];
382 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
409 for (b = patbuf; b < eb && *h; *b++ = *h++)
413 while (b < eb && (*b++ = *p++) != EOS)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconnection.c2001 conn_fake_extblock *eb = data; local
2004 op.o_hdr->oh_extensions = eb->eb_op;
2005 conn.c_extensions = eb->eb_conn;
2010 ber_memfree_x( eb, NULL );
2074 conn_fake_extblock *eb; local
2080 eb = ch_malloc( sizeof( *eb ));
2083 eb->eb_conn = conn->c_extensions;
2084 eb->eb_op = op->o_hdr->oh_extensions;
2086 eb, connection_fake_destro
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt66 7a:0a:1d:30:e3:50:9b:42:3c:44:eb:a1:b0:20:1e:
96 16:27:ec:42:61:14:76:bb:00:c5:eb:08:3d:15:7f:4b:b6:22:
100 9b:de:3a:1c:ab:a9:97:7f:9b:eb:c2:8d:c2:6d:ec:dc:13:d3:
173 29:eb:de:f9:c2:40:f9:e8:56:c5:f0:2f:ec:f4:d9:ec:48:51:
226 68:17:62:b8:73:8b:4c:6c:eb:4a:a5:3e:ab:e5:9d:2e:d2:cd:
277 00:f0:24:26:66:2e:fb:eb:4a:73:71:53:89:47:cb:
283 59:4b:9e:90:75:86:df:e2:47:eb:e1:e9:4f:43:7e:
310 eb:7c:72:b3:2e:1e:27:e3:75:95:8a:1c:9b:2e:c4:95:05:86:
313 fc:2a:ad:16:37:7a:93:ac:f7:21:4b:2d:fb:eb:a9:50:cb:c1:
319 92:65:21:83:13:55:71:eb
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c367 Char *b, *eb; local
373 eb = &patbuf[patbuf_len - 1];
375 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
381 if (h == (char *)eb)
410 for (b = patbuf; b < eb && *h; *b++ = *h++)
414 while (b < eb && (*b++ = *p++) != EOS)
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c419 Char *b, *eb; local
427 eb = &patbuf[patbuf_len - 1];
429 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
461 for (b = patbuf; b < eb && *h; *b++ = *h++)
465 while (b < eb && (*b++ = *p++) != EOS)
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dkey.c622 if (b < eb) \
632 char *b = buf, *eb = b + len; local
649 ssize_t n = ct_encode_char(b, (size_t)(eb - b), *p2++);
/macosx-10.10.1/libedit-40/src/
H A Dkeymacro.c629 if (b < eb) \
639 char *b = buf, *eb = b + len; local
656 ssize_t n = ct_encode_char(b, (size_t)(eb - b), *p2++);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlftp.vim98 \ w[eb-mode]
100 syn keyword lftpSettings contained w[eb-mode] cache prox[y]
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_filters.c1179 ap_bucket_error *eb = NULL; local
1197 if (AP_BUCKET_IS_ERROR(e) && !eb) {
1198 eb = e->data;
1210 if (eb) {
1213 status = eb->status;
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dstunnel.pem78 7b:80:b9:51:d0:b5:65:bd:6f:4e:aa:eb:89:01:12:
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dcore.tcl712 method Intersect {ea eb} {
715 set pbs [diagram::point unbox [$elm corner $eb start]]
716 set pbe [diagram::point unbox [$elm corner $eb end]]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfig.sub292 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
377 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1209 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dconfig.sub267 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
347 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1101 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/OpenPAM-20/openpam/
H A Dconfig.sub260 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
332 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1052 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfig.sub263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
337 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1081 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dconfig.sub293 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
378 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1210 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dconfig.sub281 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
363 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1135 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/dtrace-147/libdwarf/
H A Dconfig.sub263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
336 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1078 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/macosx-10.10.1/emacs-93/emacs/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1133 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)

Completed in 325 milliseconds

1234