Searched defs:Tab (Results 1 – 13 of 13) sorted by relevance
10 typedef struct Tab Tab; typedef12 struct Tab { struct14 int border;15 int selected;16 int separation;17 char *format;18 CImage *bordercolor;19 CImage *image;20 Control *tabrow;21 Control *tabstack;[all …]
18 typedef struct Tab Tab; typedef19 struct Tab struct27 Tab *tab; argument
22 typedef struct Tab Tab; typedef23 struct Tab struct25 int qid;26 char *name;27 uint perm;28 uint vers;29 void (*open)(Req*);30 void (*read)(Req*);31 void (*write)(Req*);32 void (*close)(Fid*);
60 typedef struct Tab Tab; typedef61 struct Tab struct63 int bp;64 int siz;65 char* cmp;
50 typedef struct Tab Tab; typedef51 struct Tab struct53 int bp;54 int siz;55 char* cmp;
85 typedef struct Tab Tab; typedef86 struct Tab struct88 int bp;89 int siz;90 char* cmp;
18 typedef struct Tab struct23 } Tab; argument
73 typedef struct Tab Tab; typedef74 struct Tab struct81 Tab tab[] = argument
40 typedef struct Tab Tab; typedef41 struct Tab struct47 Tab tab[] = argument
319 typedef struct Tab Tab; typedef320 struct Tab struct326 Tab tab[] = argument
304 typedef struct Tab Tab; typedef305 struct Tab struct311 Tab tab[] = argument
93 } Tab; in conninfo() typedef
179 typedef struct Tab Tab; typedef