Home
last modified time | relevance | path

Searched refs:Col (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/aux/
H A Dmsexceltables.c22 typedef struct Col Col; typedef
28 Col *col; // list of cols in row
31 struct Col { struct
32 Col *next; // next col in row argument
136 Col *col, *ncol; in cell()
141 if((ncol = malloc(sizeof(Col))) == nil) in cell()
259 Col *c, *c1; in dump()
341 Col *c, *oc; in release()
/plan9/sys/src/cmd/vnc/
H A Dvncs.c794 typedef struct Col Col; typedef
795 struct Col { struct
804 Col c[4], t; in fmt2chan() argument
809 c[0] = (Col){CRed, nbits(fmt->red.max), fmt->red.shift}; in fmt2chan()
810 c[1] = (Col){CGreen, nbits(fmt->green.max), fmt->green.shift}; in fmt2chan()
811 c[2] = (Col){CBlue, nbits(fmt->blue.max), fmt->blue.shift}; in fmt2chan()
830 c[3] = (Col){CIgnore, nbits(mask), n}; in fmt2chan()
/plan9/sys/src/cmd/dict/
H A Dpgw.c18 Col, /* ? Coloquial */ enumerator
37 {"col", Col},
954 case Col: in pgwprintentry()
H A Doed.c25 Col, /* column of table (aux just may be r) */ enumerator
115 {"col", Col},
1183 case Col: in oedprintentry()
/plan9/sys/src/9/pc/
H A Dether83815.c80 Col = 1<<16, /* collision during receive */ enumerator
539 if(cmdsts & Col) in interrupt()
H A Dether8390.c113 Col = 0x04, /* transmit collided */ enumerator