Searched defs:Row (Results 1 – 3 of 3) sorted by relevance
7 typedef struct Row Row; typedef256 struct Row struct266 void rowinit(Row*, Rectangle); argument
23 typedef struct Row Row; typedef25 struct Row { struct26 Row *next; // next row argument27 int r; // row number member28 Col *col; // list of cols in row
50 typedef struct Row Row; typedef311 struct Row struct321 void rowinit(Row*, Rectangle); argument