/src/sys/dev/microcode/aic7xxx/ |
aicasm_symbol.h | 103 int exported; member in struct:label_info
|
aicasm_symbol.h | 103 int exported; member in struct:label_info
|
aicasm_symbol.h | 103 int exported; member in struct:label_info
|
/src/usr.bin/make/ |
var.c | 203 * The variable is exported to the environment, to be used by child 206 bool exported:1; member in struct:Var 209 * At the point where this variable was exported, it contained an 211 * process is started, it needs to be actually exported, resolving 231 * Unexport all globals previously exported, but keep the environment 236 * Unexport all globals previously exported and clear the environment 432 var->exported = false; 609 if (v->exported) 611 if (strcmp(v->name.str, ".MAKE.EXPORTED") == 0) 704 if (v->exported && !v->reexport [all...] |
var.c | 203 * The variable is exported to the environment, to be used by child 206 bool exported:1; member in struct:Var 209 * At the point where this variable was exported, it contained an 211 * process is started, it needs to be actually exported, resolving 231 * Unexport all globals previously exported, but keep the environment 236 * Unexport all globals previously exported and clear the environment 432 var->exported = false; 609 if (v->exported) 611 if (strcmp(v->name.str, ".MAKE.EXPORTED") == 0) 704 if (v->exported && !v->reexport [all...] |
var.c | 203 * The variable is exported to the environment, to be used by child 206 bool exported:1; member in struct:Var 209 * At the point where this variable was exported, it contained an 211 * process is started, it needs to be actually exported, resolving 231 * Unexport all globals previously exported, but keep the environment 236 * Unexport all globals previously exported and clear the environment 432 var->exported = false; 609 if (v->exported) 611 if (strcmp(v->name.str, ".MAKE.EXPORTED") == 0) 704 if (v->exported && !v->reexport [all...] |