1: # include "../../ingres.h" 2: # include "../../symbol.h" 3: # include "../../pipes.h" 4: # include "IIglobals.h" 5: 6: /* 7: ** IIsetup is called to mark the start of a retrieve. 8: */ 9: 10: IIsetup() 11: { 12: # ifdef xETR1 13: if (IIdebug) 14: printf("IIsetup\n"); 15: # endif 16: IIin_retrieve = 1; 17: IIr_sym.len = IIr_sym.type = 0; 18: IIdomains = 0; 19: }