OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hints_cmt
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/libXpm/dist/src/
Info.c
47
info->
hints_cmt
= NULL;
63
if (info->
hints_cmt
) {
64
XpmFree(info->
hints_cmt
);
65
info->
hints_cmt
= NULL;
111
info->
hints_cmt
= attributes->
hints_cmt
;
Attrib.c
167
attributes->
hints_cmt
= NULL;
218
attributes->
hints_cmt
= info->
hints_cmt
;
225
info->
hints_cmt
= NULL;
276
if (attributes->
hints_cmt
) {
277
XpmFree(attributes->
hints_cmt
);
278
attributes->
hints_cmt
= NULL;
CrBufFrI.c
152
if (cmts && info->
hints_cmt
) {
156
snprintf(ptr + used_size, ptr_size-used_size, "/*%s*/\n", info->
hints_cmt
);
158
used_size += strlen(info->
hints_cmt
) + 5;
439
if (info->
hints_cmt
)
440
size += 5 + strlen(info->
hints_cmt
);
parse.c
734
char *
hints_cmt
= NULL;
local
764
xpmGetCmt(data, &
hints_cmt
);
839
info->
hints_cmt
=
hints_cmt
;
857
if (
hints_cmt
)
858
XpmFree(
hints_cmt
);
WrFFrI.c
176
if (cmts && info->
hints_cmt
)
177
fprintf(file, "/*%s*/\n", info->
hints_cmt
);
create.c
1842
char *
hints_cmt
= NULL;
local
1906
xpmGetCmt(data, &
hints_cmt
);
2072
info->
hints_cmt
=
hints_cmt
;
2114
if (
hints_cmt
)
2115
XpmFree(
hints_cmt
);
/xsrc/external/mit/libXpm/dist/include/X11/
xpm.h
112
char *
hints_cmt
; /* Comment of the hints section */
member in struct:__anon5
165
char *
hints_cmt
; /* Comment of the hints section */
member in struct:__anon6
Completed in 7 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026