-
Notifications
You must be signed in to change notification settings - Fork 2
/
table_rowput.wu
96 lines (85 loc) · 1.73 KB
/
table_rowput.wu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Title: table_rowput
NAME
====
table_rowput - output a table row.
SYNOPSIS
========
-
#include <../tablelib/table.h>
void table_rowput(File file, TableHead table, TableRow row, int *justify, int
*select, int nsel);
-
PARAMETERS
==========
* #"File file" - output file.
* #"TableHead table" - table header.
* #"TableRow row" - row to output.
* #"int *justify" - column justification flags.
* #"int *select" - column selection flags.
* #"int nsel" - the number of selected columns.
DESCRIPTION
===========
The row is output on file with column selected and justified as indicated.
SEE ALSO
========
@{table_colval,table_colval.html}
,
@{table_colvals,table_colvals.html}
,
@{table_colvali,table_colvali.html}
,
@{table_colvald,table_colvald.html}
,
@{table_rowloc,table_rowloc.html}
,
@{table_parsline,table_parsline.html}
,
@{table_colpad,table_colpad.html}
,
@{table_coladd,table_coladd.html}
,
@{table_colarg,table_colarg.html}
,
@{table_colnum,table_colnum.html}
,
@{table_colnam,table_colnam.html}
,
@{table_hdrfree,table_hdrfree.html}
,
@{table_hdrnth,table_hdrnth.html}
,
@{table_rowfree,table_rowfree.html}
,
@{table_header,table_header.html}
,
@{table_hdrput,table_hdrput.html}
,
@{table_rowget,table_rowget.html}
,
@{table_rowtrim,table_rowtrim.html}
,
@{table_hdrget,table_hdrget.html}
,
@{table_hdrgetn,table_hdrgetn.html}
,
@{table_hdrgeti,table_hdrgeti.html}
,
@{table_hdrgetd,table_hdrgetd.html}
,
@{table_hdrgets,table_hdrgets.html}
,
@{table_hdrfind,table_hdrfind.html}
,
@{table_extract,table_extract.html}
,
@{table_load,table_load.html}
,
@{table_loadva,table_loadva.html}
,
@{table_mode,table_mode.html}
,
@{table_ncol,table_ncol.html}
,
@{table_ofs,table_ofs.html}
,
@{table_ors,table_ors.html}