1: # include "../ingres.h"
2: # include "../aux.h"
3:
4: /*
5: ** OUTPUT ARGUMENTS GLOBAL INITIALIZATION
6: */
7:
8: struct out_arg Out_arg = /* output arguments */
9: {
10: 6, /* c0width */
11: 6, /* i1width */
12: 6, /* i2width */
13: 13, /* i4width */
14: 10, /* f4width */
15: 10, /* f8width */
16: 3, /* f4prec */
17: 3, /* f8prec */
18: 'n', /* f4style */
19: 'n', /* f8style */
20: 66, /* linesperpage */
21: '|', /* coldelim */
22: };
Defined variables
Out_arg
defined in line
8; used 32 times
- in /usr/ingres/source/dbu/copy.c line
436(2),
443(2),
729-737(3),
743-745(2)
- in /usr/ingres/source/iutil/printup.c line
51,
63-71(3),
87-93(8),
105,
159,
167,
192-200(3),
214-218(2),
228-229(2),
236