Searched refs:WIN (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-current/external/bsd/nvi/dist/common/
H A Dpthread.c35 static int vi_pthread_run __P((WIN *wp, void *(*fun)(void*), void *data));
36 static int vi_pthread_lock_init __P((WIN *, void **));
37 static int vi_pthread_lock_end __P((WIN *, void **));
38 static int vi_pthread_lock_try __P((WIN *, void **));
39 static int vi_pthread_lock_unlock __P((WIN *, void **));
57 vi_pthread_run(WIN *wp, void *(*fun)(void*), void *data)
65 vi_pthread_lock_init (WIN * wp, void **p)
82 vi_pthread_lock_end (WIN * wp, void **p)
96 vi_pthread_lock_try (WIN * wp, void **p)
105 vi_pthread_lock_unlock (WIN * w
[all...]
H A Dnothread.c33 static int vi_nothread_run __P((WIN *wp, void *(*fun)(void*), void *data));
34 static int vi_nothread_lock __P((WIN *, void **));
52 vi_nothread_run(WIN *wp, void *(*fun)(void*), void *data)
59 vi_nothread_lock (WIN * wp, void **lp)
H A Dgs.c71 * PUBLIC: WIN * gs_new_win __P((GS *gp));
74 WIN *
77 WIN *wp;
79 CALLOC_NOMSG(NULL, wp, WIN *, 1, sizeof(*wp));
102 * PUBLIC: int win_end __P((WIN *wp));
105 win_end(WIN *wp)
148 WIN *wp;
H A Dgs.h188 int (*run) __P((WIN *, void *(*)(void*), void *));
190 int (*lock_init) __P((WIN *, void **));
193 int (*lock_try) __P((WIN *, void **));
196 int (*lock_unlock) __P((WIN *, void **));
199 int (*lock_end) __P((WIN *, void **));
H A Dexf.h38 WIN *l_win; /* Window owning transaction. */
H A Dcommon.h58 typedef struct _win WIN; typedef in typeref:struct:_win
H A Dmem.h65 WIN *L__wp = (sp) == NULL ? NULL : (sp)->wp; \
83 WIN *L__wp = (sp) == NULL ? NULL : (sp)->wp; \
105 WIN *L__wp = (sp) == NULL ? NULL : (sp)->wp; \
120 WIN *L__wp = (sp) == NULL ? NULL : (sp)->wp; \
135 WIN *L__wp = (sp) == NULL ? NULL : (sp)->wp; \
H A Dkey.c352 WIN *wp;
402 WIN *wp;
529 WIN *wp;
743 WIN *wp;
809 WIN *wp;
825 WIN *wp;
H A Dscreen.h29 * WIN --
97 WIN *wp; /* Pointer to window. */
/netbsd-current/sys/arch/mips/bonito/
H A Dbonitoreg.h380 #define BONITO_PCIMAP_WIN(WIN,ADDR) ((((ADDR)>>26) & BONITO_PCIMAP_PCIMAP_LO0) << ((WIN)*6))
405 #define BONITO_PCIMEMBASECFGSIZE(WIN,SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK)
406 #define BONITO_PCIMEMBASECFGBASE(WIN,BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
408 #define BONITO_PCIMEMBASECFG_SIZE(WIN,CFG) (((((~(CFG)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MAS
[all...]
/netbsd-current/external/bsd/nvi/dist/ip/
H A Dip_main.c38 static void ip_func_std __P((WIN *));
39 static IP_PRIVATE *ip_init __P((WIN *wp, int i_fd, int o_fd, int, int argc, char *argv[]));
42 static int get_connection __P((WIN *wp, int main_ifd, int main_ofd,
57 WIN *wp;
126 WIN *wp;
131 wp = (WIN *) vp;
183 ip_init(WIN *wp, int i_fd, int o_fd, int t_fd, int argc, char *argv[])
231 get_connection(WIN *wp, int main_ifd, int main_ofd,
279 ip_func_std(WIN *wp)
H A Dip_screen.c83 * PUBLIC: int ip_quit __P((WIN *));
86 ip_quit(WIN *wp)
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_main.c42 static void cl_func_std __P((WIN *));
46 static CL_PRIVATE *cl_init __P((WIN *));
62 WIN *wp;
180 cl_init(WIN *wp)
424 cl_func_std(WIN *wp)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.h378 #define LEGITIMIZE_RELOAD_ADDRESS(AD, MODE, OPNUM, TYPE, IND, WIN) \
385 goto WIN; \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.h538 #define LEGITIMIZE_RELOAD_ADDRESS(X,MODE,OPNUM,TYPE,IND_LEVELS,WIN) \
540 goto WIN;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.h537 #define LEGITIMIZE_RELOAD_ADDRESS(X,MODE,OPNUM,TYPE,IND_LEVELS,WIN) \
539 goto WIN;
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_ex.c344 WIN *wp;
511 WIN *wp;
642 WIN *wp;
/netbsd-current/games/rogue/
H A Dscore.c160 put_scores(NULL, WIN);
481 case WIN:
503 if (other != WIN && has_amulet()) {
/netbsd-current/games/gomoku/
H A Dgomoku.h76 #define WIN 3 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h346 #define LEGITIMIZE_RELOAD_ADDRESS(X,MODE,OPNUM,TYPE,IND_L,WIN) \
354 goto WIN; \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.h733 operand. If we find one, push the reload and jump to WIN. This
736 #define LEGITIMIZE_RELOAD_ADDRESS(X,MODE,OPNUM,TYPE,IND_L,WIN) \
742 goto WIN; \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.h517 #define LEGITIMIZE_RELOAD_ADDRESS(X,MODE,OPNUM,TYPE,IND_L,WIN) \
523 goto WIN; \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.h1057 /* `LEGITIMIZE_RELOAD_ADDRESS (X, MODE, OPNUM, TYPE, IND_LEVELS, WIN)'
1061 operand of mode MODE. WIN will be a C statement label elsewhere
1064 #define LEGITIMIZE_RELOAD_ADDRESS(AD, MODE, OPNUM, TYPE, IND, WIN) \
1072 goto WIN; \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.h1057 /* `LEGITIMIZE_RELOAD_ADDRESS (X, MODE, OPNUM, TYPE, IND_LEVELS, WIN)'
1061 operand of mode MODE. WIN will be a C statement label elsewhere
1064 #define LEGITIMIZE_RELOAD_ADDRESS(AD, MODE, OPNUM, TYPE, IND, WIN) \
1072 goto WIN; \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.h692 #define LEGITIMIZE_RELOAD_ADDRESS(X, MODE, OPNUM, TYPE, INDL, WIN) \
696 goto WIN; \

Completed in 339 milliseconds

123