Home
last modified time | relevance | path

Searched defs:Tab (Results 1 – 13 of 13) sorted by relevance

/plan9-contrib/sys/src/libcontrol/
H A Dtabs.c10 typedef struct Tab Tab; typedef
12 struct Tab { struct
14 int border;
15 int selected;
16 int separation;
17 char *format;
18 CImage *bordercolor;
19 CImage *image;
20 Control *tabrow;
21 Control *tabstack;
[all …]
/plan9-contrib/sys/src/cmd/
H A Dmntgen.c18 typedef struct Tab Tab; typedef
19 struct Tab struct
27 Tab *tab; argument
/plan9-contrib/sys/src/cmd/aux/vmware/
H A Dvmwarefs.c22 typedef struct Tab Tab; typedef
23 struct Tab struct
25 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*);
/plan9-contrib/sys/src/cmd/unix/drawterm/libc/
H A Dstrtod.c60 typedef struct Tab Tab; typedef
61 struct Tab struct
63 int bp;
64 int siz;
65 char* cmp;
/plan9-contrib/sys/src/libc/port/
H A Dstrtod.c50 typedef struct Tab Tab; typedef
51 struct Tab struct
53 int bp;
54 int siz;
55 char* cmp;
/plan9-contrib/sys/src/ape/lib/fmt/
H A Dstrtod.c85 typedef struct Tab Tab; typedef
86 struct Tab struct
88 int bp;
89 int siz;
90 char* cmp;
/plan9-contrib/sys/src/cmd/postscript/g3p9bit/
H A Dg3p9bit.c18 typedef struct Tab struct
23 } Tab; argument
/plan9-contrib/sys/src/cmd/webfs/
H A Dfs.c73 typedef struct Tab Tab; typedef
74 struct Tab struct
81 Tab tab[] = argument
/plan9-contrib/sys/src/cmd/execnet/
H A Dfs.c40 typedef struct Tab Tab; typedef
41 struct Tab struct
47 Tab tab[] = argument
/plan9-contrib/sys/src/cmd/ip/
H A Dhttpfile.c319 typedef struct Tab Tab; typedef
320 struct Tab struct
326 Tab tab[] = argument
/plan9-contrib/sys/src/cmd/ssh1/
H A Dsshnet.c304 typedef struct Tab Tab; typedef
305 struct Tab struct
311 Tab tab[] = argument
/plan9-contrib/sys/src/cmd/cifs/
H A Dfs.c93 } Tab; in conninfo() typedef
/plan9-contrib/sys/src/cmd/disk/prep/
H A Dfdisk.c179 typedef struct Tab Tab; typedef