Home
last modified time | relevance | path

Searched refs:curenv (Results 1 – 25 of 60) sorted by relevance

123

/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Denv.cc689 curenv->prev_glyph_color = curenv->glyph_color; in set_glyph_color()
697 curenv->prev_fill_color = curenv->fill_color; in set_fill_color()
1368 curenv->sentence_space_size = curenv->space_size; in space_size()
1443 curenv->prev_line_length = curenv->line_length; in line_length()
1460 curenv->prev_title_length = curenv->title_length; in title_length()
1509 curenv->prev_line_spacing = curenv->line_spacing; in line_spacing()
1530 curenv->prev_indent = curenv->indent; in indent()
1574 curenv->prev_fontno = curenv->fontno; in do_underline()
1575 curenv->fontno = curenv->pre_underline_fontno; in do_underline()
1585 curenv->pre_underline_fontno = curenv->fontno; in do_underline()
[all …]
H A Ddiv.cc100 curenv->line = curdiv->saved_line; in do_divert()
119 curdiv->saved_line = curenv->line; in do_divert()
125 curenv->line = 0; in do_divert()
126 curenv->start_line(); in do_divert()
559 ? curenv->is_empty() in begin_page()
715 curenv->do_break(); in begin_page()
752 curenv->do_break(); in space_request()
769 curenv->do_break(); in blank_line()
772 curenv->add_html_tag(1, ".sp", 1); in blank_line()
833 curenv->do_break(); in flush_output()
[all …]
H A Dinput.cc1066 curenv->set_glyph_color(curenv->get_prev_glyph_color()); in do_glyph_color()
1081 curenv->set_fill_color(curenv->get_prev_fill_color()); in do_fill_color()
1390 curenv = &env;
1402 curenv = oldenv;
2727 curenv->space(); in process_input_stack()
4718 curenv = &env; in do_width()
4739 curenv = oldenv; in do_width()
5176 curenv = &env1; in do_if_request()
6224 curenv->add_node(new hmotion_node(-curenv->get_space_width(), in process()
7300 curenv = &env; in charinfo_to_node_list()
[all …]
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Denv.cpp612 curenv->prev_glyph_color = curenv->glyph_color; in set_glyph_color()
620 curenv->prev_fill_color = curenv->fill_color; in set_fill_color()
1299 curenv->sentence_space_size = curenv->space_size; in space_size()
1370 curenv->prev_line_length = curenv->line_length; in line_length()
1387 curenv->prev_title_length = curenv->title_length; in title_length()
1436 curenv->prev_line_spacing = curenv->line_spacing; in line_spacing()
1457 curenv->prev_indent = curenv->indent; in indent()
1500 curenv->prev_fontno = curenv->fontno; in do_underline()
1501 curenv->fontno = curenv->pre_underline_fontno; in do_underline()
1511 curenv->pre_underline_fontno = curenv->fontno; in do_underline()
[all …]
H A Ddiv.cpp107 curenv->line = curdiv->saved_line; in do_divert()
129 curenv->seen_break = 0; in do_divert()
130 curenv->seen_space = 0; in do_divert()
131 curenv->seen_eol = 0; in do_divert()
139 curenv->line = 0; in do_divert()
140 curenv->start_line(); in do_divert()
574 ? curenv->is_empty() in begin_page()
730 curenv->do_break(); in begin_page()
767 curenv->do_break(); in space_request()
784 curenv->do_break(); in blank_line()
[all …]
H A Dinput.cpp1230 curenv->set_glyph_color(curenv->get_prev_glyph_color()); in do_glyph_color()
1245 curenv->set_fill_color(curenv->get_prev_fill_color()); in do_fill_color()
1573 curenv = &env;
1585 curenv = oldenv;
2968 curenv->space(); in process_input_stack()
5188 curenv = &env; in do_width()
5209 curenv = oldenv; in do_width()
5715 curenv = &env1; in do_if_request()
7202 curenv->add_node(new hmotion_node(-curenv->get_space_width(), in process()
8307 curenv = &env; in charinfo_to_node_list()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dsax.cpp97 curenv->Interpreter()->call_pro(method->GetTree()); in eldecl()
128 curenv->Interpreter()->call_pro(method->GetTree()); in attdecl()
147 curenv->Interpreter()->call_pro(method->GetTree()); in entdecl()
170 curenv->GetPar(par++) = ret; in startElement()
176 curenv->GetPar(par++) = ret; in startElement()
178 curenv->Interpreter()->call_pro(method->GetTree()); in startElement()
191 curenv->Interpreter()->call_pro(method->GetTree()); in endElement()
201 curenv->Interpreter()->call_pro(method->GetTree()); in characters()
210 curenv->Interpreter()->call_pro(method->GetTree()); in handle_comment()
239 curenv->Interpreter()->call_pro(method->GetTree()); in startcdatasectionhandler()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dcomponents.c527 while (*curenv) { in hwloc_disc_components_enable_others()
535 curenv[0] = curenv[1] = curenv[2] = *HWLOC_COMPONENT_SEPS; in hwloc_disc_components_enable_others()
536 curenv += 3; in hwloc_disc_components_enable_others()
539 curenv[3] = curenv[0]; in hwloc_disc_components_enable_others()
540 curenv[0] = curenv[1] = curenv[2] = *HWLOC_COMPONENT_SEPS; in hwloc_disc_components_enable_others()
541 curenv += 3; in hwloc_disc_components_enable_others()
556 c = curenv[s]; in hwloc_disc_components_enable_others()
579 curenv += s; in hwloc_disc_components_enable_others()
580 if (*curenv) in hwloc_disc_components_enable_others()
582 curenv++; in hwloc_disc_components_enable_others()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dcomponents.c535 curenv[0] = curenv[1] = curenv[2] = *HWLOC_COMPONENT_SEPS; in hwloc_disc_components_enable_others()
536 curenv += 3; in hwloc_disc_components_enable_others()
539 curenv[3] = curenv[0]; in hwloc_disc_components_enable_others()
540 curenv[0] = curenv[1] = curenv[2] = *HWLOC_COMPONENT_SEPS; in hwloc_disc_components_enable_others()
541 curenv += 3; in hwloc_disc_components_enable_others()
556 c = curenv[s]; in hwloc_disc_components_enable_others()
573 curenv[s] = c; in hwloc_disc_components_enable_others()
582 curenv++; in hwloc_disc_components_enable_others()
603 curenv += s; in hwloc_disc_components_enable_others()
604 if (*curenv) in hwloc_disc_components_enable_others()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dcomponents.c521 curenv[5] = 'i'; in hwloc_disc_components_enable_others()
541 c = curenv[s]; in hwloc_disc_components_enable_others()
542 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
552 curenv[s] = c; in hwloc_disc_components_enable_others()
556 curenv += s; in hwloc_disc_components_enable_others()
557 if (*curenv) in hwloc_disc_components_enable_others()
559 curenv++; in hwloc_disc_components_enable_others()
574 while (*curenv) { in hwloc_disc_components_enable_others()
582 curenv += s; in hwloc_disc_components_enable_others()
583 if (*curenv) in hwloc_disc_components_enable_others()
[all …]
/dports/comms/minicom/minicom-2.7.1/src/
H A Dscript.c412 if (curenv->verbose) in readchar()
493 curenv->vars = v; in getvar()
708 curenv->exstat = ret; in doexit()
906 curenv->verbose = 1; in doverbose()
969 oldenv = curenv; in docall()
974 curenv = oldenv; in docall()
1047 curenv->lines = NULL; in execscript()
1048 curenv->vars = NULL; in execscript()
1049 curenv->verbose = 1; in execscript()
1054 free(curenv); in execscript()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dcomponents.c775 c = curenv[s]; in hwloc_disc_components_enable_others()
776 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
786 curenv[s] = c; in hwloc_disc_components_enable_others()
790 curenv += s; in hwloc_disc_components_enable_others()
791 if (*curenv) in hwloc_disc_components_enable_others()
793 curenv++; in hwloc_disc_components_enable_others()
814 c = curenv[s]; in hwloc_disc_components_enable_others()
815 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
817 name = curenv; in hwloc_disc_components_enable_others()
839 curenv[s] = c; in hwloc_disc_components_enable_others()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dcomponents.c775 c = curenv[s]; in hwloc_disc_components_enable_others()
776 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
786 curenv[s] = c; in hwloc_disc_components_enable_others()
790 curenv += s; in hwloc_disc_components_enable_others()
791 if (*curenv) in hwloc_disc_components_enable_others()
793 curenv++; in hwloc_disc_components_enable_others()
814 c = curenv[s]; in hwloc_disc_components_enable_others()
815 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
817 name = curenv; in hwloc_disc_components_enable_others()
839 curenv[s] = c; in hwloc_disc_components_enable_others()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dcomponents.c775 c = curenv[s]; in hwloc_disc_components_enable_others()
776 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
786 curenv[s] = c; in hwloc_disc_components_enable_others()
790 curenv += s; in hwloc_disc_components_enable_others()
791 if (*curenv) in hwloc_disc_components_enable_others()
793 curenv++; in hwloc_disc_components_enable_others()
814 c = curenv[s]; in hwloc_disc_components_enable_others()
815 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
817 name = curenv; in hwloc_disc_components_enable_others()
839 curenv[s] = c; in hwloc_disc_components_enable_others()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dcomponents.c778 c = curenv[s]; in hwloc_disc_components_enable_others()
779 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
789 curenv[s] = c; in hwloc_disc_components_enable_others()
793 curenv += s; in hwloc_disc_components_enable_others()
794 if (*curenv) in hwloc_disc_components_enable_others()
796 curenv++; in hwloc_disc_components_enable_others()
817 c = curenv[s]; in hwloc_disc_components_enable_others()
818 curenv[s] = '\0'; in hwloc_disc_components_enable_others()
820 name = curenv; in hwloc_disc_components_enable_others()
843 curenv[s] = c; in hwloc_disc_components_enable_others()
[all …]
/dports/net/cloud-init/cloud-init-21.4/tools/
H A Dtox-venv11 local key="" equal="" val="" curenv="" out=""
15 curenv=${key#*:};
16 curenv=${curenv%%"]"*};
26 out="${out:+${out}${CR}}${curenv}:$val"
/dports/lang/kawa/kawa-3.1.1/gnu/mapping/
H A DDynamicLocation.java22 Environment curenv = Environment.getCurrent(); in getLocation() local
23 NamedLocation<T> loc = curenv.getLocation(name, property, hash, true); in getLocation()
28 Environment curenv = Environment.getCurrent(); in lookup() local
29 NamedLocation<T> loc = curenv.getLocation(name, property, hash, false); in lookup()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sound/
H A Dpxt.cpp248 float_type curenv, envinc; in GenerateEnvelope() local
251 curenv = env->initial; in GenerateEnvelope()
255 buffer[i] = (int)curenv; in GenerateEnvelope()
256 curenv += envinc; in GenerateEnvelope()
259 curenv = env->val[0]; in GenerateEnvelope()
263 buffer[i] = (int)curenv; in GenerateEnvelope()
264 curenv += envinc; in GenerateEnvelope()
267 curenv = env->val[1]; in GenerateEnvelope()
272 curenv += envinc; in GenerateEnvelope()
277 curenv = env->val[2]; in GenerateEnvelope()
[all …]
/dports/lang/janet/janet-1.19.2/test/
H A Dsuite0010.janet55 (assert (= (curenv) (curenv 0)) "curenv 1")
56 (assert (= (table/getproto (curenv)) (curenv 1)) "curenv 2")
57 (assert (= nil (curenv 1000000)) "curenv 3")
58 (assert (= root-env (curenv 1)) "curenv 4")
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dsubshell.c172 long curenv = shp->curenv; in sh_subfork() local
180 shp->curenv = 0; in sh_subfork()
185 shp->curenv = curenv; in sh_subfork()
370 if (!sp || shp->curenv == 0) return shp->alias_tree; in sh_subaliastree()
386 if (!sp || shp->curenv == 0) return shp->fun_tree; in sh_subfuntree()
448 long savecurenv = shp->curenv; in sh_subshell()
467 if (shp->curenv == 0) { in sh_subshell()
471 shp->curenv = ++subenv_level; in sh_subshell()
472 if (shp->curenv <= 0) shp->curenv = subenv_level = 1; in sh_subshell()
683 shp->curenv = savecurenv; in sh_subshell()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dsubshell.c176 long curenv = shp->curenv; in sh_subfork() local
185 shp->curenv = 0; in sh_subfork()
189 shp->curenv = curenv; in sh_subfork()
405 if(!sp || shp->curenv==0) in sh_subaliastree()
424 if(!sp || shp->curenv==0) in sh_subfuntree()
489 long savecurenv = shp->curenv; in sh_subshell()
509 if(shp->curenv==0) in sh_subshell()
514 shp->curenv = ++subenv; in sh_subshell()
515 if(shp->curenv<=0) in sh_subshell()
516 shp->curenv = subenv = 1; in sh_subshell()
[all …]
/dports/security/op/op-1.34/
H A Dmain.c941 size_t curenv = 0, curarg = 0; in Go() local
1072 new_envp[curenv] = malloc(len); in Go()
1076 if (curenv + 1 >= MAXENV) in Go()
1078 ++curenv; in Go()
1082 new_envp[curenv] = malloc(len); in Go()
1087 if (curenv + 1 >= MAXENV) in Go()
1089 ++curenv; in Go()
1189 if (curenv + 1 >= MAXENV) in Go()
1198 if (curenv + 1 >= MAXENV) in Go()
1216 if (curenv + 1 >= MAXENV) in Go()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dsubshell.c183 int curenv = shp->curenv; in sh_subfork() local
191 shp->curenv = 0; in sh_subfork()
195 shp->curenv = curenv; in sh_subfork()
385 if(!sp || sp->shp->curenv==0) in sh_subaliastree()
403 if(!sp || sp->shp->curenv==0) in sh_subfuntree()
473 int savecurenv = shp->curenv; in sh_subshell()
489 if(shp->curenv==0) in sh_subshell()
494 shp->curenv = ++subenv; in sh_subshell()
730 shp->curenv = savecurenv; in sh_subshell()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dsubshell.c183 int curenv = shp->curenv; in sh_subfork() local
191 shp->curenv = 0; in sh_subfork()
195 shp->curenv = curenv; in sh_subfork()
385 if(!sp || sp->shp->curenv==0) in sh_subaliastree()
403 if(!sp || sp->shp->curenv==0) in sh_subfuntree()
473 int savecurenv = shp->curenv; in sh_subshell()
489 if(shp->curenv==0) in sh_subshell()
494 shp->curenv = ++subenv; in sh_subshell()
730 shp->curenv = savecurenv; in sh_subshell()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dsend.c621 HEADER *cur, ENVELOPE *curenv) in mutt_make_misc_reply_headers() argument
626 if (curenv->real_subj) in mutt_make_misc_reply_headers()
649 *p = mutt_make_references (curenv); in mutt_add_to_reference_headers()
651 if (curenv->message_id) in mutt_add_to_reference_headers()
654 (*q)->data = safe_strdup (curenv->message_id); in mutt_add_to_reference_headers()
668 if (!curenv) in mutt_make_reference_headers()
694 ENVELOPE *curenv = NULL; in envelope_defaults() local
704 curenv = cur->env; in envelope_defaults()
718 curenv = cur->env; in envelope_defaults()
733 else if (mutt_fetch_recips (env, curenv, flags) == -1) in envelope_defaults()
[all …]

123