-
Notifications
You must be signed in to change notification settings - Fork 2
/
table_hdrfind.wu
93 lines (82 loc) · 1.62 KB
/
table_hdrfind.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
Title: table_hdrfind
Outline: starbase.3.wu
NAME
====
table_hdrfind - #table_hdrV returns the row structure that holds the header value
SYNOPSIS
========
-
#include <../tablelib/table.h>
TableRow table_hdrfind(TableHead table, char *name, int row);
-
PARAMETERS
==========
* #"TableHead table" - table header.
* #"char *name" - name of header value.
* #"int row" - row index of value.
DESCRIPTION
===========
#table_hdrV returns the row structure that holds the header value
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_rowput,table_rowput.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_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}