Home
last modified time | relevance | path

Searched refs:tcol (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dhvlpchan.c355 unsigned char tcol, tcold, tcolr; in drawchannel36() local
359 tcol =ci.muted?0x08:0x0F; in drawchannel36()
377 writestring(buf, 11, tcol, fxstr, 6); in drawchannel36()
390 unsigned char tcol, tcold, tcolr; in drawchannel44() local
394 tcol =ci.muted?0x08:0x0F; in drawchannel44()
427 unsigned char tcol, tcold, tcolr; in drawchannel62() local
431 tcol =ci.muted?0x08:0x0F; in drawchannel62()
470 unsigned char tcol, tcold, tcolr; in drawchannel76() local
474 tcol =ci.muted?0x08:0x0F; in drawchannel76()
516 unsigned char tcol, tcold, tcolr; in drawchannel128() local
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dscreen-vram-200h.h48 if (style & 0xc0) { dst[0] = tcol; } \
50 if (style & 0x30) { dst[1] = tcol; } \
52 if (style & 0x0c) { dst[2] = tcol; } \
54 if (style & 0x03) { dst[3] = tcol; } \
64 if (style & 0x80) { dst[0] = tcol; } \
92 dst[l] = get_pixel_mono( vram, tcol ); \
99 dst[l] = get_pixel_mono( vram, tcol ); \
104 dst[l] = get_pixel_mono( vram, tcol ); \
113 if (style & m) { dst[l] = tcol; } \
121 if (style & m) { dst[l] = tcol; } \
[all …]
H A Dscreen-vram-400h.h24 dst[l] = get_pixel_400_B( vram, tcol ); \
29 dst[l] = get_pixel_400_R( vram, tcol ); \
37 dst[l] = get_pixel_400_B( vram, tcol ); \
41 dst[l] = get_pixel_400_B( vram, tcol ); \
46 dst[l] = get_pixel_400_R( vram, tcol ); \
50 dst[l] = get_pixel_400_R( vram, tcol ); \
60 if (style & m) { dst[l] = tcol; } \
66 if (style & m) { dst[l] = tcol; } \
75 if (style & m) { dst[l] = tcol; } \
80 if (style & m) { dst[l] = tcol; } \
[all …]
H A Dscreen-vram-200h-p.h79 if (style & 0x80) { dst[0] = tcol; } \
81 if (style & 0x40) { dst[1] = tcol; } \
83 if (style & 0x20) { dst[2] = tcol; } \
85 if (style & 0x10) { dst[3] = tcol; } \
92 if (style & 0x08) { dst[4] = tcol; } \
112 dst[l] = get_pixel_mono( vram, tcol ); \
119 dst[l] = get_pixel_mono( vram, tcol ); \
124 dst[l] = get_pixel_mono( vram, tcol ); \
133 if (style & m) { dst[l] = tcol; } \
141 if (style & m) { dst[l] = tcol; } \
[all …]
H A Dscreen-vram-400.h24 DST_V(l, get_pixel_400_B(vram, tcol)); \
29 DST_V(l, get_pixel_400_R(vram, tcol)); \
37 DST_V(l, get_pixel_400_B(vram, tcol)); \
41 DST_V(l, get_pixel_400_B(vram, tcol)); \
46 DST_V(l, get_pixel_400_R(vram, tcol)); \
50 DST_V(l, get_pixel_400_R(vram, tcol)); \
61 else { DST_V(l, get_pixel_400_B(vram, tcol)); } \
67 else { DST_V(l, get_pixel_400_R(vram, tcol)); } \
78 DST_V(l+1, get_pixel_400_B(vram<<1, tcol)); } \
85 DST_V(l+1, get_pixel_400_B(vram<<1, tcol)); } \
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/
H A Dtimiditypchan.c21 unsigned char tcol=mute?0x08:0x0F; in drawchannel36() local
34 writenum(buf, 1, tcol, ci.program, 16, 2, 0); in drawchannel36()
35 writenum(buf, 4, tcol, ci.gvol, 16, 2, 0); in drawchannel36()
49 unsigned char tcol=mute?0x08:0x0F; in drawchannel62() local
63 writenum(buf, 18, tcol, ci.gvol, 16, 2, 0); in drawchannel62()
77 unsigned char tcol=mute?0x08:0x0F; in drawchannel76() local
91 writenum(buf, 16, tcol, ci.gvol, 16, 2, 0); in drawchannel76()
107 unsigned char tcol=mute?0x08:0x0F; in drawchannel128() local
125 writenum(buf, 19, tcol, ci.gvol, 16, 2, 0); in drawchannel128()
146 unsigned char tcol=mute?0x08:0x0F; in drawchannel44() local
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmd/
H A Dgmdpchan.c199 unsigned char tcol=st?0x08:0x0F; in drawchannel36() local
212 writenum(buf, 8, tcol, ci.vol, 16, 2, 0); in drawchannel36()
215 writestring(buf, 11, tcol, fxstr, 6); in drawchannel36()
225 unsigned char tcol=st?0x08:0x0F; in drawchannel62() local
252 writestring(buf, 36, tcol, fxstr, 6); in drawchannel62()
262 unsigned char tcol=st?0x08:0x0F; in drawchannel76() local
290 writestring(buf, 42, tcol, fxstr, 15); in drawchannel76()
301 unsigned char tcol=st?0x08:0x0F; in drawchannel128() local
339 writestring(buf, 62, tcol, fxstr, 15); in drawchannel128()
350 unsigned char tcol=st?0x08:0x0F; in drawchannel44() local
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dterm.c62 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++) in term_free()
168 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) { in term_flushln()
194 while (p->tcol->col < p->tcol->lastcol && in term_flushln()
195 p->tcol->buf[p->tcol->col] == ' ') in term_flushln()
220 p->tcol->rmargin : p->tcol->offset; in term_flushln()
225 p->col = p->tcol->col = p->tcol->lastcol = 0; in term_flushln()
264 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) { in term_fill()
659 if (p->tcol->rmargin <= p->tcol->offset) in term_word()
661 lsz = p->tcol->rmargin - p->tcol->offset; in term_word()
724 (p->tcol->buf[p->tcol->lastcol - 1] == ' ' || in term_word()
[all …]
H A Dman_term.c248 p->tcol->offset = p->tcol->rmargin; in pre_literal()
379 p->tcol->offset -= p->tcol->offset > v ? v : p->tcol->offset; in pre_in()
383 p->tcol->offset = v; in pre_in()
979 p->tcol->offset = p->tcol->rmargin; in print_man_node()
1035 p->tcol->offset = 0; in print_man_foot()
1045 p->tcol->offset = p->tcol->rmargin; in print_man_foot()
1059 p->tcol->offset = p->tcol->rmargin; in print_man_foot()
1099 p->tcol->offset = 0; in print_man_head()
1110 p->tcol->offset = p->tcol->rmargin; in print_man_head()
1111 p->tcol->rmargin = p->tcol->offset + vollen + titlen < in print_man_head()
[all …]
H A Droff_term.c70 p->tcol->offset = p->tcol->rmargin; in roff_term_pre_br()
71 p->tcol->rmargin = p->maxrmargin; in roff_term_pre_br()
172 ponew = po - polast + (int)p->tcol->offset; in roff_term_pre_po()
173 p->tcol->offset = ponew > 0 ? ponew : 0; in roff_term_pre_po()
232 p->ti = len - p->tcol->offset; in roff_term_pre_ti()
233 p->tcol->offset = len; in roff_term_pre_ti()
236 p->tcol->offset += len; in roff_term_pre_ti()
237 } else if ((size_t)len < p->tcol->offset) { in roff_term_pre_ti()
239 p->tcol->offset -= len; in roff_term_pre_ti()
241 p->ti = -p->tcol->offset; in roff_term_pre_ti()
[all …]
H A Dmdoc_term.c467 p->tcol->offset = p->tcol->rmargin; in print_mdoc_foot()
475 p->tcol->offset = p->tcol->rmargin; in print_mdoc_foot()
534 p->tcol->offset = p->tcol->rmargin; in print_mdoc_head()
535 p->tcol->rmargin = p->tcol->offset + vollen + titlen < in print_mdoc_head()
545 p->tcol->offset = p->tcol->rmargin; in print_mdoc_head()
858 p->tcol->rmargin = p->tcol->offset + width; in termp_it_pre()
864 p->tcol->rmargin = p->tcol->offset + width; in termp_it_pre()
1004 p->tcol->rmargin = p->tcol->offset + term_len(p, 1); in termp_nm_pre()
1369 p->tcol->rmargin = p->tcol->offset + term_len(p, 4); in termp_fn_pre()
1385 p->tcol->offset = p->tcol->rmargin; in termp_fn_pre()
[all …]
/dports/audio/ocp/ocp-0.2.90/playay/
H A Daychan.c104 unsigned char tcol=0x0F; in _drawchannel36() local
110 writenum(buf, 5, tcol, i + 1, 10, 1, 0); in _drawchannel36()
131 unsigned char tcol=0x0F; in drawchannel36() local
168 unsigned char tcol=0x0F; in _drawchannel44() local
196 unsigned char tcol=0x0F; in drawchannel44() local
233 unsigned char tcol=0x0F; in _drawchannel62() local
261 unsigned char tcol=0x0F; in drawchannel62() local
298 unsigned char tcol=0x0F; in _drawchannel76() local
325 unsigned char tcol=0x0F; in drawchannel76() local
362 unsigned char tcol=0x0F; in _drawchannel128() local
[all …]
/dports/emulators/teo/teo/src/alleg/
H A Datruecol.c92 static const struct SCREEN_PARAMS *tcol; variable
403 for (j=0; j<tcol->screen_ch; j++) in END_OF_FUNCTION()
431 for (j=0; j<tcol->screen_ch; j++) in END_OF_FUNCTION()
463 if (set_gfx_mode(allegro_driver, tcol->screen_w, tcol->screen_h, 0, 0)) in tcol_SetGraphicMode()
471 set_gfx_mode(allegro_driver, tcol->screen_w, tcol->screen_h, 0, 0); in tcol_SetGraphicMode()
473 blit(screen_buffer, screen, 0, 0, 0, 0, tcol->screen_w, tcol->screen_h); in tcol_SetGraphicMode()
537 tcol = &tcol2; in tcol_InitGraphic()
540 tcol = &tcol1; in tcol_InitGraphic()
549 screen_buffer = create_bitmap(tcol->screen_w, tcol->screen_h); in tcol_InitGraphic()
551 dirty_cell = calloc(tcol->screen_cw*tcol->screen_ch, sizeof(int)); in tcol_InitGraphic()
[all …]
/dports/audio/ocp/ocp-0.2.90/playxm/
H A Dxmpplay.c452 unsigned char tcol=st?0x08:0x0F;
488 writenum(buf, 1, tcol, ins, 16, 2, 0);
490 writenum(buf, 8, tcol, ci.vol, 16, 2, 0);
493 writestring(buf, 11, tcol, fxstr, 6);
507 writenum(buf, 29, tcol, ci.vol, 16, 2, 0);
513 writestring(buf, 36, tcol, fxstr, 6);
528 writenum(buf, 35, tcol, ci.vol, 16, 2, 0);
535 writestring(buf, 42, tcol, fxstr, 15);
560 writenum(buf, 55, tcol, ci.vol, 16, 2, 0);
567 writestring(buf, 62, tcol, fxstr, 15);
[all …]
/dports/audio/ocp/ocp-0.2.90/playit/
H A Ditpplay.c375 uint8_t tcol=st?0x08:0x0F; in drawchannel() local
416 writenum(buf, 4, tcol, ci.ins, 16, 2, 0); in drawchannel()
418 writenum(buf, 11, tcol, ci.vol, 16, 2, 0); in drawchannel()
421 writestring(buf, 14, tcol, fxstr, 3); in drawchannel()
437 writenum(buf, 30, tcol, ci.vol, 16, 2, 0); in drawchannel()
443 writestring(buf, 37, tcol, fxstr, 6); in drawchannel()
459 writenum(buf, 38, tcol, ci.vol, 16, 2, 0); in drawchannel()
466 writestring(buf, 45, tcol, fxstr, 12); in drawchannel()
493 writenum(buf, 58, tcol, ci.vol, 16, 2, 0); in drawchannel()
500 writestring(buf, 65, tcol, fxstr, 12); in drawchannel()
[all …]
/dports/audio/ocp/ocp-0.2.90/playsid/
H A Dsidpplay.cpp365 unsigned char tcol=st?0x08:0x0F;
414 writestring(buf+6, 0, tcol, nchar, 3);
419 writestring(buf+15, 0, tcol, fx2[efx], 2);
425 writenum(buf+6, 0, tcol, ci.ad, 16, 2, 0);
426 writenum(buf+8, 0, tcol, ci.sr, 16, 2, 0);
427 writestring(buf+11, 0, tcol, nchar, 3);
432 writestring(buf+22, 0, tcol, fx2[efx], 2);
438 writenum(buf+18, 0, tcol, ci.ad, 16, 2, 0);
440 writestring(buf+23, 0, tcol, nchar, 3);
453 writestring(buf+27, 0, tcol, nchar, 3);
[all …]
/dports/devel/publib/publib-0.40/strutil/
H A Dstrtabify.c47 size_t scol, tcol; in strtabify() local
50 tcol = scol = 0; in strtabify()
61 while (nexttab(tcol) <= scol) { in strtabify()
63 tcol = nexttab(tcol); in strtabify()
65 while (tcol < scol) { in strtabify()
67 ++tcol; in strtabify()
71 tcol = scol; in strtabify()
/dports/databases/mdbtools/mdbtools-1.0.0/src/libmdb/
H A Dworktable.c28 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
30 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
31 snprintf(tcol->name, sizeof(tcol->name), "%s", col_name); in mdb_fill_temp_col()
32 tcol->col_type = col_type; in mdb_fill_temp_col()
34 tcol->col_size = col_size; in mdb_fill_temp_col()
36 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
38 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()
/dports/databases/libgda5/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
34 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
35 strcpy(tcol->name, col_name); in mdb_fill_temp_col()
36 tcol->col_type = col_type; in mdb_fill_temp_col()
38 tcol->col_size = col_size; in mdb_fill_temp_col()
40 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
42 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()
/dports/databases/libgda5-ui/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
34 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
35 strcpy(tcol->name, col_name); in mdb_fill_temp_col()
36 tcol->col_type = col_type; in mdb_fill_temp_col()
38 tcol->col_size = col_size; in mdb_fill_temp_col()
40 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
42 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed)
34 memset(tcol,0,sizeof(MdbColumn));
35 strcpy(tcol->name, col_name);
36 tcol->col_type = col_type;
38 tcol->col_size = col_size;
40 tcol->col_size = mdb_col_fixed_size(tcol);
42 tcol->is_fixed = is_fixed;
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
34 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
35 strcpy(tcol->name, col_name); in mdb_fill_temp_col()
36 tcol->col_type = col_type; in mdb_fill_temp_col()
38 tcol->col_size = col_size; in mdb_fill_temp_col()
40 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
42 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
34 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
35 strcpy(tcol->name, col_name); in mdb_fill_temp_col()
36 tcol->col_type = col_type; in mdb_fill_temp_col()
38 tcol->col_size = col_size; in mdb_fill_temp_col()
40 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
42 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
34 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
35 strcpy(tcol->name, col_name); in mdb_fill_temp_col()
36 tcol->col_type = col_type; in mdb_fill_temp_col()
38 tcol->col_size = col_size; in mdb_fill_temp_col()
40 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
42 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c32 mdb_fill_temp_col(MdbColumn *tcol, char *col_name, int col_size, int col_type, int is_fixed) in mdb_fill_temp_col() argument
34 memset(tcol,0,sizeof(MdbColumn)); in mdb_fill_temp_col()
35 strcpy(tcol->name, col_name); in mdb_fill_temp_col()
36 tcol->col_type = col_type; in mdb_fill_temp_col()
38 tcol->col_size = col_size; in mdb_fill_temp_col()
40 tcol->col_size = mdb_col_fixed_size(tcol); in mdb_fill_temp_col()
42 tcol->is_fixed = is_fixed; in mdb_fill_temp_col()

12345678910>>...30