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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DAsciiSrcP.h119 Boolean is_tempfile; /* Is this a temporary file? */ member in struct:_AsciiSrcPart
H A DMultiSrcP.h150 Boolean is_tempfile; /* Is this a temporary file? */ member in struct:_MultiSrcPart
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c1213 src->multi_src.is_tempfile = False;
1228 src->multi_src.is_tempfile = True;
1246 /* If is_tempfile, allocate a private copy of the text
1248 if (newString || src->multi_src.is_tempfile) {
1257 if (!src->multi_src.is_tempfile) {
H A DAsciiSrc.c1446 src->ascii_src.is_tempfile = False;
1461 src->ascii_src.is_tempfile = True;
1480 /* If is_tempfile, allocate a private copy of the text
1482 if (newString || src->ascii_src.is_tempfile) {
1487 if (!src->ascii_src.is_tempfile) {

Completed in 14 milliseconds