Searched refs:free_after_use (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dmacro.cc92 if (destination.free_after_use) {
H A Dread.cc201 source->string.free_after_use = false;
390 source->string.free_after_use = false;
707 if (name_string.free_after_use) {
863 if (destination.free_after_use) {
1666 if (name_string.free_after_use) {
1737 if (name_string.free_after_use) {
1920 name_string.free_after_use) {
2031 bp->string.free_after_use = false;
H A Dimplicit.cc946 if (string.free_after_use) {
1249 percent->free_after_use = false;
H A Ddoname.cc1455 if (string.free_after_use) {
1932 if (new_cmd.free_after_use) {
2429 if (command_line.free_after_use) {
2534 if (touch_string.free_after_use) {
2712 if (string.free_after_use) {
H A Dread2.cc166 if (tail_present && string->free_after_use) {
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc86 if (source->string.free_after_use &&
H A Dmacro.cc97 if (destination.free_after_use) {
158 sourceb.string.free_after_use = true;
604 if (string.free_after_use) {
806 if (string.free_after_use) {
1147 if (destination.free_after_use) {
1196 if (destination.free_after_use) {
H A Dmisc.cc756 string->free_after_use = true;
774 if (string->free_after_use) {
778 string->free_after_use = true;
871 if(string.free_after_use) {
879 if(string.free_after_use) {
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h217 Boolean free_after_use:1; member in struct:_String
227 str.free_after_use = false; \

Completed in 85 milliseconds