OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeXtMallocN
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
button.c
1795
new_text_list =
TypeXtMallocN
(char *, *text_list_count);
1875
result =
TypeXtMallocN
(Atom, (2 * count) + 1);
1938
result =
TypeXtMallocN
(Atom, 5);
1974
result =
TypeXtMallocN
(Atom, 5);
4853
targetP =
TypeXtMallocN
(Atom, *length);
5043
atoms =
TypeXtMallocN
(Atom, count);
ptyx.h
114
#define
TypeXtMallocN
(type,n) (type *)(void *)XtMalloc((Cardinal)(sizeof(type) * (size_t) (n)))
115
#define TypeXtMalloc(type)
TypeXtMallocN
(type, 1)
Completed in 12 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026