Home
last modified time | relevance | path

Searched refs:v_text (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/editors/mg/mg-6.9/
H A Ddisplay.c190 free(video[i].v_text); in vtresize()
191 video[i].v_text = NULL; in vtresize()
264 blanks.v_text[i] = ' '; in vtinit()
334 vp->v_text[vtcol++] = c; in vtputc()
371 vp->v_text[vtcol] = c; in vtpute()
394 vp->v_text[vtcol++] = ' '; in vteeol()
664 bcopy(vvp->v_text, pvp->v_text, ncol); in ucopy()
735 cp1 = &vvp->v_text[0]; in uline()
736 cp2 = &vvp->v_text[ncol]; in uline()
746 cp2 = &pvp->v_text[0]; in uline()
[all …]
/dports/japanese/ng-canna/ng-1.4.4/
H A Ddisplay.c182 blanks.v_text[i] = ' '; in vtinit()
268 vp->v_text[ncol-1]='\\';
284 vp->v_text[vtcol++] = c;
307 vp->v_text[ncol-1] = '\\';
961 bcopy(vvp->v_text, pvp->v_text, ncol);
1030 cp1 = &vvp->v_text[0];
1061 cp2 = &pvp->v_text[0];
1105 cp4 = &pvp->v_text[ncol];
1154 cp1 = &vvp->v_text[SG];
1158 if(cp1 < &vvp->v_text[SG]) cp1 = &vvp->v_text[SG];
[all …]
/dports/japanese/ng/ng-1.4.4/
H A Ddisplay.c182 blanks.v_text[i] = ' '; in vtinit()
268 vp->v_text[ncol-1]='\\';
284 vp->v_text[vtcol++] = c;
307 vp->v_text[ncol-1] = '\\';
961 bcopy(vvp->v_text, pvp->v_text, ncol);
1030 cp1 = &vvp->v_text[0];
1061 cp2 = &pvp->v_text[0];
1105 cp4 = &pvp->v_text[ncol];
1154 cp1 = &vvp->v_text[SG];
1158 if(cp1 < &vvp->v_text[SG]) cp1 = &vvp->v_text[SG];
[all …]
/dports/japanese/ng-devel/ng-1.5beta1/
H A Ddisplay.c242 blanks->v_text[i] = ' '; in vtsetsize()
352 vp->v_text[ncol-1]='\\';
377 vp->v_text[vtcol++] = c;
1126 bcopy(vvp->v_text, pvp->v_text, ncol);
1207 cp1 = &vvp->v_text[0];
1247 cp2 = &pvp->v_text[0];
1298 cp4 = &pvp->v_text[ncol];
1358 cp1 = &vvp->v_text[SG];
1362 if(cp1 < &vvp->v_text[SG]) cp1 = &vvp->v_text[SG];
1364 if(cp5 > &vvp->v_text[ncol-SG]) cp5 = &vvp->v_text[ncol-SG];
[all …]
/dports/editors/beav/beav-140/
H A Ddisplay.c189 blanks.v_text[i] = ' '; in vtinit()
258 vp->v_text[ncol - 1] = '$';
266 vp->v_text[vtcol] = c;
334 vp->v_text[i] = ' ';
827 vp->v_text[vtcol++] = ' '; in vteeol()
1049 pvp->v_text[i] = vvp->v_text[i];
1078 cp1 = &vvp->v_text[0];
1079 cp2 = &vvp->v_text[ncol];
1088 cp2 = &pvp->v_text[0];
1098 cp4 = &pvp->v_text[ncol];
[all …]
/dports/editors/uemacs/uemacs-4.0/src/
H A Ddisplay.c307 vp->v_text[term.t_ncol - 1] = '$';
332 vp->v_text[vtcol] = c;
348 vp->v_text[vtcol] = ' '; in vteeol()
945 txt = pscreen[i]->v_text; in updgar()
1154 vscreen[currow]->v_text[0] = '$'; in updext()
1208 vir_left = &vp->v_text[0];
1210 phy_left = &pp->v_text[0];
1230 if ((vir_left > &vp->v_text[0]) && is2byte(vp->v_text, vir_left - 1)) {
1251 if (is2byte(vp->v_text, vir_right-1) || is2byte(pp->v_text, phy_right-1)) {
1265 vir_left = &vp->v_text[0];
[all …]
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_dir_common.c251 char *v_text=NULL; in dir_common_add_rs_and_parse() local
277 v_text = format_networkstatus_vote(sign_skey, vote); in dir_common_add_rs_and_parse()
278 tt_assert(v_text); in dir_common_add_rs_and_parse()
279 *vote_out = networkstatus_parse_vote_from_string(v_text, in dir_common_add_rs_and_parse()
280 strlen(v_text), in dir_common_add_rs_and_parse()
284 if (v_text) in dir_common_add_rs_and_parse()
285 tor_free(v_text); in dir_common_add_rs_and_parse()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_dir_common.c251 char *v_text=NULL; in dir_common_add_rs_and_parse() local
277 v_text = format_networkstatus_vote(sign_skey, vote); in dir_common_add_rs_and_parse()
278 tt_assert(v_text); in dir_common_add_rs_and_parse()
279 *vote_out = networkstatus_parse_vote_from_string(v_text, in dir_common_add_rs_and_parse()
280 strlen(v_text), in dir_common_add_rs_and_parse()
284 if (v_text) in dir_common_add_rs_and_parse()
285 tor_free(v_text); in dir_common_add_rs_and_parse()
/dports/mail/alpine/alpine-465e23b/pico/
H A Ddisplay.c179 vp->v_text[j] = ac; in vtinit()
202 vp->v_text[j] = ac; in vtinit()
346 vp->v_text[vtind++] = c; in vtputc()
807 vp1->v_text[j] = c; in update()
861 updateline(i, &vp1->v_text[0], &vp2->v_text[0], &vp1->v_flag, vp1->v_length); in update()
980 vscreen[currow]->v_text[j] = vscreen[currow]->v_text[j-1]; in updext()
3307 p = pscreen[ttrow]->v_text; in pdel()
3613 pstart = &vp->v_text[a]; in vcellwidth_a_to_b()
3614 pend = &vp->v_text[b]; in vcellwidth_a_to_b()
3639 pstart = &vp->v_text[a]; in pcellwidth_a_to_b()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Ddisplay.c179 vp->v_text[j] = ac; in vtinit()
202 vp->v_text[j] = ac; in vtinit()
346 vp->v_text[vtind++] = c; in vtputc()
807 vp1->v_text[j] = c; in update()
861 updateline(i, &vp1->v_text[0], &vp2->v_text[0], &vp1->v_flag, vp1->v_length); in update()
980 vscreen[currow]->v_text[j] = vscreen[currow]->v_text[j-1]; in updext()
3307 p = pscreen[ttrow]->v_text; in pdel()
3613 pstart = &vp->v_text[a]; in vcellwidth_a_to_b()
3614 pend = &vp->v_text[b]; in vcellwidth_a_to_b()
3639 pstart = &vp->v_text[a]; in pcellwidth_a_to_b()
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/contrib/svg/
H A Dsvg.py237 v_text = fixup_text(v.text)
239 t += _text(x, y, v_text, fontsize=14 if len(v_text) > 1 else 18)
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/contrib/svg/
H A Dsvg.py237 v_text = fixup_text(v.text)
239 t += _text(x, y, v_text, fontsize=14 if len(v_text) > 1 else 18)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/contrib/svg/
H A Dsvg.py237 v_text = fixup_text(v.text)
239 t += _text(x, y, v_text, fontsize=14 if len(v_text) > 1 else 18)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/contrib/svg/
H A Dsvg.py237 v_text = fixup_text(v.text)
239 t += _text(x, y, v_text, fontsize=14 if len(v_text) > 1 else 18)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/contrib/svg/
H A Dsvg.py237 v_text = fixup_text(v.text)
239 t += _text(x, y, v_text, fontsize=14 if len(v_text) > 1 else 18)
/dports/lang/ptoc/ptoc/
H A Dtoken.h57 token(char const* v_text, int v_tag = TKN_GEN, int v_line = 0, int v_pos = 0,
65 out_text = in_text = (char*)v_text;
/dports/editors/xvile/vile-9.8v/
H A Dpscreen.h18 #define CELL_TEXT(r,c) (pscreen[(r)]->v_text[(c)])
/dports/editors/vile/vile-9.8v/
H A Dpscreen.h18 #define CELL_TEXT(r,c) (pscreen[(r)]->v_text[(c)])
/dports/databases/postgresql12-client/postgresql-12.9/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field
/dports/databases/postgresql13-server/postgresql-13.5/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field
/dports/databases/postgresql14-server/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql16 v_text TEXT, field

123456789