OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wlist
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/battlestar/
parse.c
48
static void install(struct
wlist
*);
49
static struct
wlist
*lookup(const char *);
51
static struct
wlist
*hashtab[HASHSIZE];
56
struct
wlist
*w;
58
for (w =
wlist
; w->string; w++)
75
static struct
wlist
*
78
struct
wlist
*wp;
87
install(struct
wlist
*wp)
102
struct
wlist
*wp;
extern.h
316
struct
wlist
{
struct
319
struct
wlist
*next;
321
extern struct
wlist
wlist
[];
words.c
43
struct
wlist
wlist
[] = {
variable in typeref:struct:wlist[]
/src/tests/lib/libc/sys/
t_aio_rw.c
115
const struct aiocb *
wlist
[1], *rlist[1];
local in function:ATF_TC_BODY
133
wlist
[0] = &wcb;
134
wait_all(
wlist
, 1);
t_aio_lio.c
172
struct aiocb *
wlist
[WWTR_REQS];
local in function:ATF_TC_BODY
197
wlist
[i] = &wcbs[i];
201
rv = lio_listio(LIO_WAIT,
wlist
, (int)WWTR_REQS, NULL);
/src/usr.bin/spell/spellprog/
spellprog.c
279
static struct
wlist
{
struct
353
if ((wlists = malloc(sizeof(struct
wlist
) * (argc + 1))) == NULL)
Completed in 14 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025