OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wsp
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/stdio/
fgetws.c
48
wchar_t *
wsp
;
local in function:fgetws
62
wsp
= ws;
68
if (
wsp
== ws) {
74
*
wsp
++ = (wchar_t)wc;
80
*
wsp
++ = L'\0';
/src/lib/libedit/
vi.c
1091
const wchar_t *wep, *
wsp
;
local in function:vi_history_word
1099
wep =
wsp
= NULL;
1105
wsp
= wp;
1112
if (
wsp
== NULL || (el->el_state.doingarg && el->el_state.argument != 0))
1116
len = (int)(wep -
wsp
);
1124
while (
wsp
< wep && cp < lim)
1125
*cp++ = *
wsp
++;
/src/games/gomoku/
pickmove.c
151
const struct spotstr *
wsp
= &board[ws];
local in function:pickmove
161
wsp
->s_combo[WHITE].s,
wsp
->s_level[WHITE],
162
wsp
->s_nforce[WHITE],
163
wsp
->s_combo[BLACK].s,
wsp
->s_level[BLACK],
164
wsp
->s_nforce[BLACK],
wsp
->s_wval);
/src/sbin/nvmectl/
logpage.c
548
uint8_t *
wsp
, *esp;
local in function:print_hgst_info_subpage_gen
554
wsp
= buf;
555
esp =
wsp
+ size;
556
while (
wsp
< esp) {
557
ptype = le16dec(
wsp
);
558
wsp
+= 2;
559
wsp
++; /* Flags, just ignore */
560
plen = *
wsp
++;
563
param |= (uint64_t)*
wsp
++ << (i * 8);
Completed in 15 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025