Symbol: UINT
bin/ps/keyword.c
115
PVAR("cpu", "CPU", 0, p_estcpu, UINT, "u"),
bin/ps/keyword.c
178
LVAR("re", "RE", INF127, l_swtime, UINT, "u"),
bin/ps/keyword.c
194
LVAR("sl", "SL", INF127, l_slptime, UINT, "u"),
bin/ps/print.c
1288
case UINT:
bin/ps/print.c
1393
case UINT:
bin/ps/ps.c
697
case UINT:
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
120
if ((UINT)LOWORD(wparam) == WA_INACTIVE)
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
162
UINT mb_icon = menu._pref.pause_before_boot ?
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
99
RootWindow::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam)
sys/arch/hpc/stand/hpcboot/menu/rootwindow.h
62
virtual BOOL proc(HWND, UINT, WPARAM, LPARAM);
sys/arch/hpc/stand/hpcboot/menu/tabwindow.cpp
139
TabWindow::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam)
sys/arch/hpc/stand/hpcboot/menu/tabwindow.cpp
78
TabWindowBase::focusManagerHook(WORD vk, UINT flags, HWND prev)
sys/arch/hpc/stand/hpcboot/menu/tabwindow.h
55
_tab_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam);
sys/arch/hpc/stand/hpcboot/menu/tabwindow.h
58
BOOL focusManagerHook(WORD, UINT, HWND);
sys/arch/hpc/stand/hpcboot/menu/tabwindow.h
96
virtual BOOL proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam);
sys/arch/hpc/stand/hpcboot/menu/window.cpp
37
Window::_wnd_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam)
sys/arch/hpc/stand/hpcboot/menu/window.cpp
64
Window::_dlg_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam)
sys/arch/hpc/stand/hpcboot/menu/window.cpp
81
Window::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam)
sys/arch/hpc/stand/hpcboot/menu/window.h
50
static LRESULT CALLBACK _wnd_proc(HWND, UINT, WPARAM, LPARAM);
sys/arch/hpc/stand/hpcboot/menu/window.h
52
static BOOL CALLBACK _dlg_proc(HWND, UINT, WPARAM, LPARAM);
sys/arch/hpc/stand/hpcboot/menu/window.h
54
virtual BOOL proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam);
sys/arch/hpcmips/stand/pbsdboot/main.c
1230
LRESULT CALLBACK WndProc(HWND hWnd, UINT message,
sys/arch/hpcmips/stand/pbsdboot/main.c
1261
BOOL CALLBACK MainDlgProc(HWND hWnd, UINT message,
sys/arch/hpcmips/stand/pbsdboot/main.c
383
BOOL CALLBACK MainDlgProc(HWND, UINT, WPARAM, LPARAM);
sys/arch/hpcmips/stand/pbsdboot/main.c
384
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
sys/arch/hpcmips/stand/pbsdboot/main.c
472
wc.style = (UINT)NULL;
sys/arch/hpcmips/stand/pbsdboot/main.c
637
BOOL CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
sys/arch/hpcmips/stand/pbsdboot/main.c
660
BOOL CALLBACK DlgProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
sys/arch/hpcmips/stand/pbsdboot/main.c
695
BOOL CALLBACK PropDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
sys/arch/hpcmips/stand/pbsdboot/main.c
907
BOOL CALLBACK FbDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
sys/arch/hpcmips/stand/pbsdboot/pbsdboot.h
158
int msg_printf(UINT type, LPWSTR caption, LPWSTR lpszFmt, ...);
sys/arch/hpcmips/stand/pbsdboot/print.c
76
msg_printf(UINT type, LPWSTR caption, LPWSTR lpszFmt, ...)
usr.bin/audio/ctl/ctl.c
100
{ "monitor_gain", &info.monitor_gain, UINT, 0 },
usr.bin/audio/ctl/ctl.c
103
{ "play.rate", &info.play.sample_rate, UINT, 0 },
usr.bin/audio/ctl/ctl.c
104
{ "play.sample_rate", &info.play.sample_rate, UINT, ALIAS },
usr.bin/audio/ctl/ctl.c
105
{ "play.channels", &info.play.channels, UINT, 0 },
usr.bin/audio/ctl/ctl.c
106
{ "play.precision", &info.play.precision, UINT, 0 },
usr.bin/audio/ctl/ctl.c
108
{ "play.gain", &info.play.gain, UINT, 0 },
usr.bin/audio/ctl/ctl.c
112
{ "play.seek", &info.play.seek, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
113
{ "play.samples", &info.play.samples, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
114
{ "play.eof", &info.play.eof, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
120
{ "play.buffer_size", &info.play.buffer_size, UINT, 0 },
usr.bin/audio/ctl/ctl.c
122
{ "record.rate", &info.record.sample_rate,UINT, 0 },
usr.bin/audio/ctl/ctl.c
123
{ "record.sample_rate", &info.record.sample_rate,UINT, ALIAS },
usr.bin/audio/ctl/ctl.c
124
{ "record.channels", &info.record.channels, UINT, 0 },
usr.bin/audio/ctl/ctl.c
125
{ "record.precision", &info.record.precision, UINT, 0 },
usr.bin/audio/ctl/ctl.c
127
{ "record.gain", &info.record.gain, UINT, 0 },
usr.bin/audio/ctl/ctl.c
131
{ "record.seek", &info.record.seek, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
132
{ "record.samples", &info.record.samples, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
133
{ "record.eof", &info.record.eof, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
139
{ "record.buffer_size", &info.record.buffer_size,UINT, 0 },
usr.bin/audio/ctl/ctl.c
180
case UINT:
usr.bin/audio/ctl/ctl.c
244
case UINT:
usr.bin/audio/ctl/ctl.c
95
{ "full_duplex", &fullduplex, UINT, 0 },
usr.bin/audio/ctl/ctl.c
96
{ "fullduplex", &fullduplex, UINT, 0 },
usr.bin/audio/ctl/ctl.c
97
{ "blocksize", &info.blocksize, UINT, 0 },
usr.bin/audio/ctl/ctl.c
98
{ "hiwat", &info.hiwat, UINT, 0 },
usr.bin/audio/ctl/ctl.c
99
{ "lowat", &info.lowat, UINT, 0 },
usr.bin/xlint/arch/coldfire/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/i386/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/m68000/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/m68k/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/mips/targparam.h
51
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/or1k/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/powerpc/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/riscv32/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/arch/sh3/targparam.h
46
#define SIZEOF_TSPEC UINT
usr.bin/xlint/common/inittyp.c
92
typeinfo("int", INT, UINT, INT_SIZE, INT_RANK, 's'),
usr.bin/xlint/common/inittyp.c
93
typeinfo("unsigned int", INT, UINT, INT_SIZE, INT_RANK, 'u'),
usr.bin/xlint/lint1/cgram.y
1550
lint_assert(t == INT || t == UINT);
usr.bin/xlint/lint1/decl.c
1016
} else if (!(t == INT || t == UINT || t == BOOL
usr.bin/xlint/lint1/decl.c
1186
dsym->s_type = gettyp(UINT);
usr.bin/xlint/lint1/decl.c
2275
t = allow_c90 ? INT : UINT;
usr.bin/xlint/lint1/decl.c
2280
? UINT : INT;
usr.bin/xlint/lint1/decl.c
232
: t == INT ? UINT
usr.bin/xlint/lint1/decl.c
259
if (t == SHORT && (t2 == INT || t2 == UINT)) {
usr.bin/xlint/lint1/decl.c
273
else if (t2 == UINT)
usr.bin/xlint/lint1/lex.c
498
return UINT;
usr.bin/xlint/lint1/lex.c
527
return UINT;
usr.bin/xlint/lint1/tree.c
1109
UINT, INT,
usr.bin/xlint/lint1/tree.c
3679
return UINT;
usr.bin/xlint/lint1/tree.c
3705
return is_uinteger(t) ? UINT : INT;
usr.bin/xlint/lint1/tree.c
3712
return size_in_bits(CHAR) < size_in_bits(INT) ? INT : UINT;
usr.bin/xlint/lint1/tree.c
3716
return size_in_bits(SHORT) < size_in_bits(INT) ? INT : UINT;
usr.bin/xlint/lint1/tree.c
4184
case UINT:
usr.bin/xlint/lint2/chk.c
1221
t = tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
1225
t = INT_MAX < USHRT_MAX || tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
513
t1 = tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
517
t1 = INT_MAX < USHRT_MAX || tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
666
if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
usr.bin/xlint/lint2/chk.c
744
if (t1 != INT && (hflag || t1 != UINT))
usr.bin/xlint/lint2/chk.c
759
if (t1 != UINT && t1 != INT)
usr.bin/xlint/lint2/chk.c
762
if (t1 != UINT && (hflag || t1 != INT))
usr.bin/xlint/lint2/chk.c
811
if (t2 != INT && t2 != UINT)
usr.bin/xlint/lint2/chk.c
921
sz = UINT;
usr.bin/xlint/lint2/read.c
612
return s == 'u' ? UINT : INT;
usr.bin/xlint/lint2/read.c
800
t = UINT;