Searched refs:wid (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.h52 int x11_get_address (char **paddress, pid_t *pid, long *wid);
53 int x11_save_address (char *address, pid_t pid, long *wid);
H A Ddbus-launch-x11.c294 x11_get_address (char **paddress, pid_t *pid, long *wid) argument
310 if (wid != NULL)
311 *wid = (long) owner;
347 Window wid = None; local
367 wid = XCreateWindow (xdisplay, RootWindow (xdisplay, 0), -20, -20, 10, 10,
370 verbose ("Created window %d\n", wid);
373 XChangeProperty (xdisplay, wid, address_atom, XA_STRING, 8, PropModeReplace,
376 XChangeProperty (xdisplay, wid, pid_atom, XA_CARDINAL, 32, PropModeReplace,
380 XSetSelectionOwner (xdisplay, selection_atom, wid, CurrentTime);
389 return wid;
397 set_address_in_file(char *address, pid_t pid, Window wid) argument
430 x11_save_address(char *address, pid_t pid, long *wid) argument
[all...]
H A Ddbus-launch.c977 long wid;
998 if (!x11_get_address (&address, &pid, &wid))
1007 pass_info (runprog, address, pid, wid, c_shell_syntax,
1162 long wid = 0; local
1239 ret2 = x11_save_address (bus_address, bus_pid, &wid);
1248 if (x11_get_address (&address, &bus_pid, &wid)
1254 pass_info (runprog, address, bus_pid, wid,
1273 pass_info (runprog, bus_address, bus_pid, wid, c_shell_syntax,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/include/xtalk/
H A Dxbow.h121 #define XBOW_WIDGET_IS_VALID(wid) ((wid) >= XBOW_PORT_8 && (wid) <= XBOW_PORT_F)
124 #define XBOW_ARB_IS_UPPER(wid) ((wid) >= XBOW_PORT_8 && (wid) <= XBOW_PORT_B)
125 #define XBOW_ARB_IS_LOWER(wid) ((wid) >= XBOW_PORT_C && (wid) <= XBOW_PORT_F)
128 #define XBOW_ARB_OFF(wid) (XBOW_ARB_IS_UPPE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_fax3.h195 #define LOOKUP8(wid,tab,eoflab) do { \
197 NeedBits8(wid,eoflab); \
198 TabEnt = tab + GetBits(wid); \
207 #define LOOKUP16(wid,tab,eoflab) do { \
209 NeedBits16(wid,eoflab); \
210 TabEnt = tab + GetBits(wid); \
227 #define LOOKUP8(wid,tab,eoflab) do { \
228 NeedBits8(wid,eoflab); \
229 TabEnt = tab + GetBits(wid); \
232 #define LOOKUP16(wid,ta
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DColorFrameCtrl.h42 CColorFrameCtrl( wxWindow* parent, int id,int wid,int hei );
H A DColorFrameCtrl.cpp33 CColorFrameCtrl::CColorFrameCtrl( wxWindow* parent,int id, int wid,int hei ) argument
34 : wxControl(parent,id,wxDefaultPosition,wxSize(wid,hei)),
38 SetSizeHints(wid,hei,wid,hei,0,0);
42 m_rectClient.right=rc.x + wid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoplevel.cpp56 static void wxTLWEventHandler( Widget wid,
371 void wxTLWEventHandler( Widget wid, argument
377 (wxTopLevelWindowMotif*)wxGetWindowFromTable( wid );
383 if( wxTranslateMouseEvent( wxevent, tlw, wid, event ) )
396 if( wxTranslateKeyEvent( keyEvent, tlw, wid, event ))
H A Dwindow.cpp98 static void wxPanelItemEventHandler(Widget wid,
2049 static void wxPanelItemEventHandler(Widget wid, argument
2056 wxWindow *window = wxGetWindowFromTable(wid);
2060 if (wxTranslateMouseEvent(wxevent, window, wid, event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwb_client.c396 struct unixid *wid = (struct unixid *)response.extra_data.data; local
399 if (wid[i].type == -1) {
403 ids[i].xid.type = wid[i].type;
404 ids[i].xid.id = wid[i].id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h309 virtual void Init(WindowID wid)=0;
310 virtual void Init(SurfaceID sid, WindowID wid)=0;
311 virtual void InitPixMap(int width, int height, Surface *surface_, WindowID wid)=0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dleo.c134 u32 wid; member in struct:leo_ld_ss0
221 sbus_writel(0xffffffff, &ss->wid);
239 sbus_writel(1, &ss->wid);
H A Dffb.c220 u32 wid; member in struct:ffb_fbc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dprivx.h78 #define XEventGetWindow(event) event->general.wid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp180 virtual void Init(WindowID wid);
181 virtual void Init(SurfaceID sid, WindowID wid);
182 virtual void InitPixMap(int width, int height, Surface *surface_, WindowID wid);
236 void SurfaceImpl::Init(WindowID wid) { argument
245 InitPixMap(1,1,NULL,wid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dapm.h196 #define SND_SOC_DAPM_REG(wid, wname, wreg, wshift, wmask, won_val, woff_val) \
197 { .id = wid, .name = wname, .kcontrols = NULL, .num_kcontrols = 0, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c215 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed) argument
218 if (! linear_format_widths[wid - 1])
222 int pw = ((wid + 7) / 8) * 8;
225 f = snd_pcm_build_linear_format(wid, pw, sgn, ed);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dnanox.c104 GR_WINDOW_ID wid; /* window id (or 0 if no such window) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Dklconfig.h132 char wid; member in struct:console_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dhead.S379 | IO_STATE (R_EXT_DMA_0_CMD, wid, word) \

Completed in 284 milliseconds