Searched refs:wtype (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dvs_msg.c530 sw_t wtype; local
580 wtype = F_ISSET(sp, SC_EXIT | SC_EXIT_FORCE |
583 vs_wait(sp, continuep, wtype);
585 vs_scroll(sp, continuep, wtype);
758 vs_scroll(SCR *sp, int *continuep, sw_t wtype) argument
781 if (wtype == SCROLL_W_QUIT && vip->linecount < sp->t_maxrows)
783 vs_wait(sp, continuep, wtype);
791 vs_wait(SCR *sp, int *continuep, sw_t wtype) argument
806 switch (wtype) {
843 switch (wtype) {
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dread.c871 enum make_word_type wtype;
904 wtype = get_next_mword(line, NULL, &lb_next, &len);
905 switch (wtype)
974 wtype = get_next_mword(lb_next, NULL, &lb_next, &len);
975 if (wtype == w_eol)
991 if (wtype == w_eol)
1043 wtype = get_next_mword (p2, NULL, &p, &len);
1047 if (wtype == w_static)
1052 wtype = get_next_mword (p+len, NULL, &p, &len);
1057 wtype
867 enum make_word_type wtype; local
2666 enum make_word_type wtype = w_bogus; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dc-valprint.c200 struct type *wtype;
214 wtype = SYMBOL_TYPE (wsym);
218 wtype = unresolved_elttype;
220 vt_val = value_at (wtype, vt_address);
199 struct type *wtype; local
H A Dp-valprint.c245 struct type *wtype;
259 wtype = SYMBOL_TYPE (wsym);
263 wtype = TYPE_TARGET_TYPE (type);
265 vt_val = value_at (wtype, vt_address);
244 struct type *wtype; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dc-valprint.c200 struct type *wtype;
214 wtype = wsym->type ();
218 wtype = unresolved_elttype;
220 vt_val = value_at (wtype, vt_address);
199 struct type *wtype; local
H A Dp-valprint.c245 struct type *wtype;
259 wtype = wsym->type ();
263 wtype = type->target_type ();
265 vt_val = value_at (wtype, vt_address);
244 struct type *wtype; local
/netbsd-current/sys/dev/ic/
H A Dibm561.c115 u_int16_t wtype[IBM561_NWTYPES]; member in struct:ibm561data
245 data->wtype[i] = 0x0036;
246 data->wtype[1] = 0x0028;
407 ibm561_regcont10bit(data, IBM561_CMD_FB_WAT, data->wtype[i]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c147 tree wtype = FLOATN_NX_TYPE_NODE (i); local
148 if (wtype != NULL_TREE)
151 = REAL_MODE_FORMAT (TYPE_MODE (wtype));
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc148 tree wtype = FLOATN_NX_TYPE_NODE (i); local
149 if (wtype != NULL_TREE)
152 = REAL_MODE_FORMAT (TYPE_MODE (wtype));
/netbsd-current/sys/compat/linux/common/
H A Dlinux_inotify.c976 kevent_to_inotify(struct inotifyfd *ifd, int wd, enum vtype wtype, argument
991 if (wtype == VREG) {
997 } else if (wtype == VDIR) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py806 wtype = words.type
811 if wtype.code == gdb.TYPE_CODE_ARRAY:
812 tsize = wtype.target ().sizeof
815 tsize = wtype.sizeof
817 nwords = wtype.sizeof / tsize
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py838 wtype = words.type
843 if wtype.code == gdb.TYPE_CODE_ARRAY:
844 tsize = wtype.target ().sizeof
847 tsize = wtype.sizeof
849 nwords = wtype.sizeof / tsize
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc1000 tree wtype = lang_hooks.types.type_for_mode (word_mode, 1);
1001 if (wtype == NULL_TREE)
1003 tree ctype = build_complex_type (wtype);
1012 tree arg0 = make_tree (wtype, op00);
1013 tree arg1 = make_tree (wtype, op01);
995 tree wtype = lang_hooks.types.type_for_mode (word_mode, 1); local
H A Dbuiltins.cc4791 tree wtype, htype;
4793 wtype = va_list_type_node;
4796 if (TREE_CODE (wtype) == ARRAY_TYPE)
4805 wtype = TREE_TYPE (wtype);
4809 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype))
4790 tree wtype, htype; local
H A Dtree.cc7928 tree wtype = TREE_TYPE (win);
7929 unsigned prec = wi::min_precision (wi::to_wide (win), TYPE_SIGN (wtype));
7932 if (prec < TYPE_PRECISION (wtype))
7934 tree t = lang_hooks.types.type_for_size (prec, TYPE_UNSIGNED (wtype));
7935 if (t && TYPE_PRECISION (t) < TYPE_PRECISION (wtype))
7906 tree wtype = TREE_TYPE (win); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c5618 tree wtype, htype;
5620 wtype = va_list_type_node;
5623 if (TREE_CODE (wtype) == ARRAY_TYPE)
5632 wtype = TREE_TYPE (wtype);
5636 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype))
5617 tree wtype, htype; local
H A Dtree.c8906 tree wtype = TREE_TYPE (win);
8907 unsigned prec = wi::min_precision (wi::to_wide (win), TYPE_SIGN (wtype));
8910 if (prec < TYPE_PRECISION (wtype))
8912 tree t = lang_hooks.types.type_for_size (prec, TYPE_UNSIGNED (wtype));
8913 if (t && TYPE_PRECISION (t) < TYPE_PRECISION (wtype))
8882 tree wtype = TREE_TYPE (win); local

Completed in 632 milliseconds