Searched refs:allocated_string (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DAsciiSrcP.h123 Boolean allocated_string; /* Have I allocated the member in struct:_AsciiSrcPart
H A DMultiSrcP.h154 Boolean allocated_string; /* Have I allocated the member in struct:_MultiSrcPart
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c298 src->multi_src.allocated_string = False;
832 src->multi_src.allocated_string = old_src->multi_src.allocated_string;
922 if (src->multi_src.allocated_string) {
924 src->multi_src.allocated_string = False;
1006 if (src->multi_src.allocated_string == True)
1009 src->multi_src.allocated_string = True;
1068 if (checkString && src->multi_src.allocated_string) {
1070 src->multi_src.allocated_string = False;
1184 if (src->multi_src.allocated_string)
[all...]
H A DAsciiSrc.c328 src->ascii_src.allocated_string = False;
1114 if (src->ascii_src.allocated_string && src->ascii_src.type != XawAsciiFile) {
1115 src->ascii_src.allocated_string = False;
1167 if (src->ascii_src.allocated_string == True)
1170 src->ascii_src.allocated_string = True;
1268 if (checkString && src->ascii_src.allocated_string) {
1270 src->ascii_src.allocated_string = False;
1423 src->ascii_src.allocated_string = True;
1481 * Unlikely to be changed, just to set allocated_string */
1484 src->ascii_src.allocated_string
[all...]

Completed in 6 milliseconds