Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/abaco/
H A Ddat.h7 typedef struct Row Row; typedef
256 struct Row struct
266 void rowinit(Row*, Rectangle); argument
/plan9/sys/src/cmd/aux/
H A Dmsexceltables.c23 typedef struct Row Row; typedef
25 struct Row { struct
26 Row *next; // next row argument
27 int r; // row number member
28 Col *col; // list of cols in row
/plan9/sys/src/cmd/acme/
H A Ddat.h50 typedef struct Row Row; typedef
311 struct Row struct
321 void rowinit(Row*, Rectangle); argument