1: # include "../ingres.h" 2: # include "../aux.h" 3: # include "../symbol.h" 4: # include "../tree.h" 5: # include "../batch.h" 6: # include "../pipes.h" 7: # include "ovqp.h" 8: 9: copyreturn() 10: { 11: extern struct pipfrmt Inpipe, Outpipe; 12: register char exec_id, func_id; 13: 14: /* copy information from decomp back to parser */ 15: rdpipe(P_PRIME, &Inpipe); 16: wrpipe(P_PRIME, &Outpipe, EXEC_PARSER, 0, 0); 17: copypipes(&Inpipe, R_down, &Outpipe, W_up); 18: }