Searched refs:Col (Results 1 – 6 of 6) sorted by relevance
| /plan9/sys/src/cmd/aux/ |
| H A D | msexceltables.c | 22 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 D | vncs.c | 794 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 D | pgw.c | 18 Col, /* ? Coloquial */ enumerator 37 {"col", Col}, 954 case Col: in pgwprintentry()
|
| H A D | oed.c | 25 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 D | ether83815.c | 80 Col = 1<<16, /* collision during receive */ enumerator 539 if(cmdsts & Col) in interrupt()
|
| H A D | ether8390.c | 113 Col = 0x04, /* transmit collided */ enumerator
|