OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listp
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/iceauth/dist/
process.c
1005
AuthList **
listp
= &iceauth_head;
local
1011
while ((list = *
listp
)->auth != auth)
1012
listp
= &list->next;
1013
*
listp
= list->next;
/xsrc/external/mit/xauth/dist/
process.c
1360
AuthList **
listp
= &xauth_head;
local
1366
while (!eq_auth((list = *
listp
)->auth, auth)) {
1367
listp
= &list->next;
1368
if (!*
listp
)
1371
*
listp
= list->next;
/xsrc/external/mit/xterm/dist/
button.c
1880
char *
listp
= (char *) copied;
local
1883
char *nextp = parseItem(
listp
, &nextc);
1884
char *item = x_strtrim(
listp
);
1908
listp
= nextp;
Completed in 9 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026