| /src/external/bsd/nvi/dist/vi/ |
| vs_msg.c | 530 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) 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) 806 switch (wtype) { 843 switch (wtype) { [all...] |
| /src/external/gpl2/gmake/dist/ |
| read.c | 871 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 = get_next_mword (p+len, NULL, &p, &len) 867 enum make_word_type wtype; local 2666 enum make_word_type wtype = w_bogus; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-valprint.c | 199 struct type *wtype; 213 wtype = wsym->type (); 217 wtype = unresolved_elttype; 219 vt_val = value_at (wtype, vt_address); 198 struct type *wtype; local
|
| p-valprint.c | 248 struct type *wtype; 262 wtype = wsym->type (); 266 wtype = type->target_type (); 268 vt_val = value_at (wtype, vt_address); 247 struct type *wtype; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| c-valprint.c | 199 struct type *wtype; 213 wtype = wsym->type (); 217 wtype = unresolved_elttype; 219 vt_val = value_at (wtype, vt_address); 198 struct type *wtype; local
|
| p-valprint.c | 248 struct type *wtype; 262 wtype = wsym->type (); 266 wtype = type->target_type (); 268 vt_val = value_at (wtype, vt_address); 247 struct type *wtype; local
|
| /src/sys/dev/ic/ |
| ibm561.c | 115 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]);
|
| /src/external/bsd/wpa/dist/src/ap/ |
| wnm_ap.c | 671 static const char * wnm_event_type2str(enum wnm_event_report_type wtype) 673 #define W2S(wtype) case WNM_EVENT_TYPE_ ## wtype: return #wtype; 674 switch (wtype) {
|
| /src/sys/compat/linux/common/ |
| linux_inotify.c | 976 kevent_to_inotify(struct inotifyfd *ifd, int wd, enum vtype wtype, 991 if (wtype == VREG) { 997 } else if (wtype == VDIR) {
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-cppbuiltin.cc | 148 tree wtype = FLOATN_NX_TYPE_NODE (i); local 149 if (wtype != NULL_TREE) 152 = REAL_MODE_FORMAT (TYPE_MODE (wtype));
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-cppbuiltin.cc | 148 tree wtype = FLOATN_NX_TYPE_NODE (i); local 149 if (wtype != NULL_TREE) 152 = REAL_MODE_FORMAT (TYPE_MODE (wtype));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 904 wtype = words.type 909 if wtype.code == gdb.TYPE_CODE_ARRAY: 910 tsize = wtype.target().sizeof 913 tsize = wtype.sizeof 915 nwords = wtype.sizeof / tsize
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 932 wtype = words.type 937 if wtype.code == gdb.TYPE_CODE_ARRAY: 938 tsize = wtype.target().sizeof 941 tsize = wtype.sizeof 943 nwords = wtype.sizeof / tsize
|
| /src/external/gpl3/gcc/dist/gcc/ |
| optabs.cc | 1005 tree wtype = lang_hooks.types.type_for_mode (word_mode, 1); 1006 if (wtype == NULL_TREE) 1008 tree ctype = build_complex_type (wtype); 1017 tree arg0 = make_tree (wtype, op00); 1018 tree arg1 = make_tree (wtype, op01); 1000 tree wtype = lang_hooks.types.type_for_mode (word_mode, 1); local
|
| builtins.cc | 5253 tree wtype, htype; 5255 wtype = va_list_type_node; 5258 if (TREE_CODE (wtype) == ARRAY_TYPE) 5267 wtype = TREE_TYPE (wtype); 5271 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype)) 5252 tree wtype, htype; local
|
| tree.cc | 8087 tree wtype = TREE_TYPE (win); 8088 unsigned prec = wi::min_precision (wi::to_wide (win), TYPE_SIGN (wtype)); 8091 if (prec < TYPE_PRECISION (wtype)) 8093 tree t = lang_hooks.types.type_for_size (prec, TYPE_UNSIGNED (wtype)); 8094 if (t && TYPE_PRECISION (t) < TYPE_PRECISION (wtype)) 8065 tree wtype = TREE_TYPE (win); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| optabs.cc | 1000 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
|
| builtins.cc | 4791 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
|
| tree.cc | 7941 tree wtype = TREE_TYPE (win); 7942 unsigned prec = wi::min_precision (wi::to_wide (win), TYPE_SIGN (wtype)); 7945 if (prec < TYPE_PRECISION (wtype)) 7947 tree t = lang_hooks.types.type_for_size (prec, TYPE_UNSIGNED (wtype)); 7948 if (t && TYPE_PRECISION (t) < TYPE_PRECISION (wtype)) 7919 tree wtype = TREE_TYPE (win); local
|