Home
last modified time | relevance | path

Searched refs:this_c (Results 1 – 19 of 19) sorted by relevance

/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dncurses2-color_edit.adb100 this_c : Key_Code := 0; variable
184 this_c := Getchar;
185 if Is_Digit (this_c) then
189 case this_c is
209 value := value * 10 + RGB_Value (ctoi (Code_To_Char (this_c)));
253 exit when this_c = Character'Pos ('x') or
254 this_c = Character'Pos ('q');
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dncurses2-color_edit.adb101 this_c : Key_Code := 0; variable
185 this_c := Getchar;
186 if Is_Digit (this_c) then
190 case this_c is
210 value := value * 10 + RGB_Value (ctoi (Code_To_Char (this_c)));
254 exit when this_c = Character'Pos ('x') or
255 this_c = Character'Pos ('q');
/dports/cad/nvc/nvc-r1.5.3/test/regress/
H A Djcore2.vhd64 signal this_c : cnt_reg_t; signal
73 report integer'image(this_c.cnt);
74 this_c.cnt <= this_c.cnt + 1;
75 this_r <= this_c;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dparsed_function.cc126 std::vector<std::string> this_c = in parse_parameters() local
128 AssertThrow(this_c.size() == 2, ExcMessage("Invalid format")); in parse_parameters()
130 AssertThrow(std::sscanf(this_c[1].c_str(), "%lf", &tmp), in parse_parameters()
132 constants[this_c[0]] = tmp; in parse_parameters()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/synth14/
H A Dtop.vhdl15 signal this_c : top_reg_t; signal
43 this_c <= this;
49 this_r <= this_c;
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpscontour.c1376 this_c->begin->next = this_c->end; in GMT_pscontour()
1399 this_c->end->next = p; in GMT_pscontour()
1406 this_c->end->next = p; in GMT_pscontour()
1411 this_c->begin = p; in GMT_pscontour()
1413 this_c->end = p; in GMT_pscontour()
1421 last_c = this_c; in GMT_pscontour()
1427 this_c = head_c->next; in GMT_pscontour()
1428 while (this_c) { in GMT_pscontour()
1429 p = this_c->begin; in GMT_pscontour()
1445 last_c = this_c; in GMT_pscontour()
[all …]
H A Dgmtsplit.c331 double dy, dx, last_c, last_s, csum, ssum, this_c, this_s, dotprod, mean_azim, *fwork = NULL; in GMT_gmtsplit() local
507 sincos (S->data[h_col][end], &this_s, &this_c); in GMT_gmtsplit()
508 dotprod = this_c * last_c + this_s * last_s; in GMT_gmtsplit()
515 csum += this_c; in GMT_gmtsplit()
517 last_c = this_c; in GMT_gmtsplit()
H A Dgmt_init.c1465 char *this_c = NULL; in gmtinit_parse_dash_option() local
1469 if ((this_c = strchr (text, '='))) { in gmtinit_parse_dash_option()
1473 this_c[0] = '='; /* Put it back were it was */ in gmtinit_parse_dash_option()
3209 char *this_c = NULL, path[PATH_MAX+1]; in gmtinit_set_env() local
3367 GMT->session.DATASERVER = strdup (this_c); in gmtinit_set_env()
3369 GMT->session.DATASERVER = strdup (this_c); in gmtinit_set_env()
3378 if (strchr (this_c, ',') || strchr (this_c, PATH_SEPARATOR)) { in gmtinit_set_env()
3380 GMT->session.DATADIR = strdup (this_c); in gmtinit_set_env()
3385 GMT->session.DATADIR = strdup (this_c); in gmtinit_set_env()
3391 GMT->session.DATADIR = strdup(this_c); in gmtinit_set_env()
[all …]
H A Dpostscriptlight.c3548 char *this_c = NULL; in PSL_beginsession() local
3567 if ((this_c = sharedir) == NULL && search) this_c = getenv ("PSL_SHAREDIR"); in PSL_beginsession()
3568 if (this_c) { /* Did find a sharedir */ in PSL_beginsession()
3569 PSL->internal.SHAREDIR = strdup (this_c); in PSL_beginsession()
3583 if ((this_c = userdir) == NULL && search) this_c = getenv ("PSL_USERDIR"); in PSL_beginsession()
3584 if (this_c) { /* Did find a userdir */ in PSL_beginsession()
3585 PSL->internal.USERDIR = strdup (this_c); in PSL_beginsession()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_placelib.c243 F_compound *this_c; in place_lib_object() local
267 this_c = new_c; in place_lib_object()
268 edit_item(this_c, O_COMPOUND, 0, 0); in place_lib_object()
/dports/cad/nvc/nvc-r1.5.3/test/group/
H A Djcore2.vhd21 signal this_c : datapath_reg_t; signal
/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/issue1122/
H A Dmult.vhd15 signal this_c : mult_reg_t; signal
159 this_c <= this;
167 this_r <= this_c;
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Params/
H A DPADnoteParameters.cpp917 const PADnoteParameters* this_c = this; in sampleGenerator() local
921 adj_ptr, &profile, this_c]( in sampleGenerator()
937 if(this_c->Pmode == pad_mode::bandwidth) in sampleGenerator()
938 this_c->generatespectrum_bandwidthMode(spectrum, in sampleGenerator()
945 this_c->generatespectrum_otherModes(spectrum, spectrumsize, in sampleGenerator()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dspotter.c421 …char file[PATH_MAX] = {""}, Plates[GMT_BUFSIZ] = {""}, Rotations[GMT_BUFSIZ] = {""}, *this_c = NUL… in spotter_init() local
431 if ((this_c = getenv ("GPLATES_PLATES"))) { in spotter_init()
432 strncpy (Plates, this_c, GMT_BUFSIZ-1); in spotter_init()
467 if ((this_c = getenv ("GPLATES_ROTATIONS"))) { in spotter_init()
468 strncpy (Rotations, this_c, GMT_BUFSIZ-1); in spotter_init()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dncurses.c2916 int this_c, value, field; in color_edit() local
2934 this_c = 0; in color_edit()
3002 last_c = this_c; in color_edit()
3003 this_c = Getchar(); in color_edit()
3004 if (this_c < 256 && isdigit(this_c) && !isdigit(last_c)) in color_edit()
3007 switch (this_c) { in color_edit()
3069 value = value * 10 + (this_c - '0'); in color_edit()
3136 (!isQuit(this_c, TRUE)); in color_edit()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPreset.cpp1136 …std::string &opt_key, t_config_option_keys& vec, const ConfigBase &other, const ConfigBase &this_c) in add_correct_opts_to_diff() argument
1139 const T* opt_cur = static_cast<const T*>(this_c.option(opt_key)); in add_correct_opts_to_diff()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77.c123 char *this_c = NULL; in mgd77_set_home() local
127 if ((this_c = getenv ("MGD77_HOME")) != NULL) { /* MGD77_HOME was set */ in mgd77_set_home()
128 F->MGD77_HOME = gmt_M_memory (GMT, NULL, strlen (this_c) + 1, char); in mgd77_set_home()
129 strcpy (F->MGD77_HOME, this_c); in mgd77_set_home()
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/IO/
H A DBedGraph.pyx764 double this_v, pre_v, v, q, pre_q, this_t, this_c
H A DCallPeakUnit.pyx746 float32_t q, pre_q, this_t, this_c