Searched refs:d_YES (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dtype.h81 d_YES, /* always deallocate */ enumerator in enum:dealloc
86 #define strdealloc(d) (strbool(d == d_YES))
H A Dutils.c492 fprintf(file, "\t\t/* deal = */\t\t%s,\n", (arg->argDeallocate == d_YES) ? "TRUE" : "FALSE");
519 fprintf(file, "\t\t/* deal = */\t\t%s,\n", (arg->argDeallocate == d_YES) ? "TRUE" : "FALSE");
H A Droutine.c251 if (arg->argDeallocate == d_YES)
548 *what= d_YES;
557 *what = (flags & flMaybeDealloc) ? d_MAYBE : d_YES;
H A Dserver.c1485 fprintf(file, "\t%sdeallocate = %s;\n", string, (arg->argDeallocate == d_YES) ? "TRUE" : "FALSE");
1544 fprintf(file, "\t%sdeallocate = %s;\n", string, (arg->argDeallocate == d_YES) ? "TRUE" : "FALSE");
H A Duser.c814 fprintf(file, "\t%sdeallocate = %s;\n", string, (arg->argDeallocate == d_YES) ? "TRUE" : "FALSE");
912 fprintf(file, "\t%sdeallocate = %s;\n", string, (arg->argDeallocate == d_YES) ? "TRUE" : "FALSE");

Completed in 192 milliseconds