Searched refs:icon (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20031220-1.c15 void all(void *gil, void *l, void *icon) argument
18 if (icon)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20031220-1.c15 void all(void *gil, void *l, void *icon) argument
18 if (icon)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc51 Icontainer icon(array1, array1 + 5);
53 partial_sort_copy(icon.begin(), icon.end(), rcon.begin(), rcon.end());
63 Icontainer icon(array1, array1 + 5);
65 partial_sort_copy(icon.begin(), icon.end(), rcon.begin(), rcon.end());
74 Icontainer icon(array1, array1 + 5);
76 partial_sort_copy(icon.begin(), icon.end(), rcon.begin(), rcon.end());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc52 Icontainer icon(array1, array1 + 5);
54 partial_sort_copy(icon.begin(), icon.end(), rcon.begin(), rcon.end());
64 Icontainer icon(array1, array1 + 5);
66 partial_sort_copy(icon.begin(), icon.end(), rcon.begin(), rcon.end());
75 Icontainer icon(array1, array1 + 5);
77 partial_sort_copy(icon.begin(), icon.end(), rcon.begin(), rcon.end());
/netbsd-6-1-5-RELEASE/external/mit/xorg/include/xbitmaps/
H A DMakefile12 hlines3 icon keyboard16 left_ptr left_ptrmsk letters light_gray \
/netbsd-6-1-5-RELEASE/x11/include/bitmaps/
H A DMakefile12 hlines3 icon keyboard16 left_ptr left_ptrmsk letters light_gray \
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/
H A Dj6x0tp.c105 * Bottom of the n'th hard icon (n = 1..4)
450 int icon; local
471 icon = 0;
473 icon = j6x0tp_get_hard_icon(rawx, rawy);
475 if (icon != 0) {
476 DPRINTFN(2, ("icon %d\n", icon));
477 sc->sc_hard_icon = icon;
478 wskbd_input(sc->sc_wskbddev, WSCONS_EVENT_KEY_DOWN, icon);
640 * Return the icon numbe
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dj720tp.c159 /* Max Y value of the n'th hard icon. */
164 /* Default raw X/Y values of the hard icon area. */
170 /* Maps the icon number to a raw keycode. */
458 int icon = 0; local
467 icon = 1;
469 icon = 2;
471 icon = 3;
473 icon = 4;
475 return icon;
589 SYSCTL_DESCR("Raw left X value of the hard icon are
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl504 tk_messageBox -icon error -type ok -title "Directory Error" \
513 tk_messageBox -icon warning -type ok \
521 tk_messageBox -icon warning -type ok \
550 set ans [tk_messageBox -icon question -type yesno \
573 tk_messageBox -icon warning -type ok -title "Warning" \
584 tk_messageBox -icon warning -type ok -title "Warning" \
699 tk_messageBox -icon warning -type ok \
707 tk_messageBox -icon warning -type ok \
752 set ans [tk_messageBox -type yesno -default no -icon question \
787 set ans [tk_messageBox -type yesno -default yes -icon questio
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dscan.l72 static int icon(int);
100 0{OD}*[lLuU]* return (icon(8));
101 {NZD}{D}*[lLuU]* return (icon(10));
102 0[xX]{HD}+[lLuU]* return (icon(16));
475 * The value is returned in yylval. icon() (and yylex()) returns T_CON.
478 icon(int base)
531 LERROR("icon()");
/netbsd-6-1-5-RELEASE/share/doc/iso/wisc/
H A DMakefile37 (cd ../icon; ${MAKE})
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c40 void (*WM_SetCaption) (const char *title, const char *icon);
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/maple/
H A Dmmemcard.c96 uint16_t icon; member in struct:mmem_media_info
413 printf("%s: %s, blk %d %d, inf %d, fat %d %d, dir %d %d, icon %d, data %d\n",
420 pt->pt_info.icon,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c86 /* We read the directory entries in a cursor or icon file into
105 } icon; member in union:icondir::__anon3071
161 /* The number of icon resources we have written out. */
771 /* A cursor file is basically an icon file. The start of the file
782 /* Read in the icon directory entries. */
1153 /* Define an icon resource. An icon file may contain a set of
1154 bitmaps, each representing the same icon at various different
1156 real icon resource is then a group resource which can be used to
1157 select one of the actual icon bitmap
[all...]
H A Drcparse.y184 | input icon
982 icon: label
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/doc/
H A Dtexi2html1019 # insert here name of icon images for buttons
1040 # insert here name of icon images for these, if button is inactive
1063 my $icon = shift;
1065 return qq{<IMG SRC="$icon" BORDER="0" ALT="$button: $name" ALIGN="MIDDLE">};
1116 $T2H_ICONS && $T2H_ACTIVE_ICONS{$button} ? # use icon ?

Completed in 472 milliseconds