Home
last modified time | relevance | path

Searched refs:tnew (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/dports/science/buddy/buddy-2.4/src/
H A Dtree.c120 if (tnew == NULL) in bddtree_addrange_rec()
123 tnew->last = last; in bddtree_addrange_rec()
126 update_seq(tnew); in bddtree_addrange_rec()
127 tnew->next = t; in bddtree_addrange_rec()
129 t->prev = tnew; in bddtree_addrange_rec()
130 return tnew; in bddtree_addrange_rec()
151 BddTree *tnew; in bddtree_addrange_rec() local
163 if (tnew == NULL) in bddtree_addrange_rec()
166 tnew->last = last; in bddtree_addrange_rec()
169 update_seq(tnew); in bddtree_addrange_rec()
[all …]
/dports/math/spot/spot-2.10.2/buddy/src/
H A Dtree.c120 if (tnew == NULL) in bddtree_addrange_rec()
123 tnew->last = last; in bddtree_addrange_rec()
126 update_seq(tnew); in bddtree_addrange_rec()
127 tnew->next = t; in bddtree_addrange_rec()
129 t->prev = tnew; in bddtree_addrange_rec()
130 return tnew; in bddtree_addrange_rec()
151 BddTree *tnew; in bddtree_addrange_rec() local
163 if (tnew == NULL) in bddtree_addrange_rec()
166 tnew->last = last; in bddtree_addrange_rec()
169 update_seq(tnew); in bddtree_addrange_rec()
[all …]
/dports/math/py-spot/spot-2.10.2/buddy/src/
H A Dtree.c120 if (tnew == NULL) in bddtree_addrange_rec()
123 tnew->last = last; in bddtree_addrange_rec()
126 update_seq(tnew); in bddtree_addrange_rec()
127 tnew->next = t; in bddtree_addrange_rec()
129 t->prev = tnew; in bddtree_addrange_rec()
130 return tnew; in bddtree_addrange_rec()
151 BddTree *tnew; in bddtree_addrange_rec() local
163 if (tnew == NULL) in bddtree_addrange_rec()
166 tnew->last = last; in bddtree_addrange_rec()
169 update_seq(tnew); in bddtree_addrange_rec()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dstrblast.c87 char * tnew = strdup(targ); in main() local
88 if( !tnew ){ fprintf(stderr,"** cannot dup targetstring?!\n"); exit(1); } in main()
90 if(tnew[ii] == '\\' && tnew[ii+1] == 't'){tnew[jj] = '\t'; ii++;} in main()
91 else if(tnew[ii] == '\\' && tnew[ii+1] == 'n'){tnew[jj] = '\n'; ii++;} in main()
92 else if(tnew[ii] == '\\' && tnew[ii+1] == 'r'){tnew[jj] = '\r'; ii++;} in main()
93 else if(ii > jj) tnew[jj] = tnew[ii]; in main()
95 tnew[jj] = '\0'; /* and terminate */ in main()
98 targ = tnew; ntarg = jj; in main()
/dports/news/atp/atp-1.50/editline/
H A Dsysunix.c33 struct termios tnew; in rl_ttyset() local
48 tnew = old; in rl_ttyset()
50 tnew.c_oflag &= ~ OCRNL; in rl_ttyset()
53 tnew.c_oflag &= ~ OPOST; in rl_ttyset()
55 tnew.c_cc[VINTR] = ( cc_t ) BITSON; in rl_ttyset()
56 tnew.c_cc[VQUIT] = ( cc_t ) BITSON; in rl_ttyset()
57 tnew.c_lflag &= ~(ECHO | ICANON); in rl_ttyset()
58 tnew.c_iflag &= ~(ISTRIP | INPCK); in rl_ttyset()
59 tnew.c_cc[VMIN] = 1; in rl_ttyset()
60 tnew.c_cc[VTIME] = 0; in rl_ttyset()
[all …]
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dtysend.c24 static struct termios told, tnew; variable
30 tnew = told; in echo_off()
31 tnew.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in echo_off()
32 tnew.c_oflag &= ~(OPOST); in echo_off()
33 tnew.c_lflag &= ~(ISIG | ICANON | ECHO | IEXTEN); in echo_off()
34 tnew.c_cflag &= ~(CSIZE | PARENB); in echo_off()
35 tnew.c_cflag |= CS8; in echo_off()
36 tnew.c_cc[VMIN] = 1; in echo_off()
37 tnew.c_cc[VTIME] = 0; in echo_off()
38 if (tcsetattr(0, TCSAFLUSH, &tnew) != 0) return -1; in echo_off()
/dports/www/h2o-devel/h2o-dcc7134/deps/libgkc/
H A Dgkc.c398 tnew = gkc_alloc(snew); in gkc_combine()
401 tnew->g = tcur1->g; in gkc_combine()
406 tnew->g = tcur2->g; in gkc_combine()
411 snew->nr_elems += tnew->g; in gkc_combine()
416 tnew = gkc_alloc(snew); in gkc_combine()
417 tnew->value = tcur1->value; in gkc_combine()
418 tnew->g = tcur1->g; in gkc_combine()
421 snew->nr_elems += tnew->g; in gkc_combine()
427 tnew = gkc_alloc(snew); in gkc_combine()
429 tnew->g = tcur2->g; in gkc_combine()
[all …]
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dcompression.c2397 unsigned short *tnew, *told; in tshift() local
2420 tnew[i] = 0; in tshift()
2488 return (char *)tnew; in tshift()
2507 tnew[0] = 0; in untshift()
2516 tnew[1+0*nbases+i] = *told++; in untshift()
2517 tnew[1+1*nbases+i] = *told++; in untshift()
2518 tnew[1+2*nbases+i] = *told++; in untshift()
2522 tnew[1+3*nbases+i] = *told++; in untshift()
2523 tnew[1+0*nbases+i] = *told++; in untshift()
2524 tnew[1+1*nbases+i] = *told++; in untshift()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dtestmail.c45 time_t tnew; in testmail() local
70 tnew = mtime; in testmail()
77 if (t > tnew) in testmail()
78 tnew = t; in testmail()
84 if (tnew > mtime) in testmail()
85 mtime = tnew; in testmail()
/dports/graphics/geomview/geomview-1.9.5/src/lib/oogl/util/
H A Dfsa.c280 Trule *t, *tnew; in new_trule_node() local
283 tnew = OOGLNewE(Trule, "Trule *"); in new_trule_node()
284 if (tnew == NULL) return(NULL); in new_trule_node()
285 tnew->c = '\1'; in new_trule_node()
286 tnew->ns = REJECT; in new_trule_node()
287 tnew->next = NULL; in new_trule_node()
292 fsa->state[n]->tlist = tnew; in new_trule_node()
298 t->next = tnew; in new_trule_node()
302 return(tnew); in new_trule_node()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dtimers.c67 struct itimerval tnew, told; in setalarm() local
68 tnew.it_value.tv_sec = t; in setalarm()
69 tnew.it_value.tv_usec = 1.e6*(t- (double)tnew.it_value.tv_sec); in setalarm()
70 if(t && tnew.it_value.tv_sec==0 && tnew.it_value.tv_usec<1000) in setalarm()
71 tnew.it_value.tv_usec = 1000; in setalarm()
72 tnew.it_interval.tv_sec = 0; in setalarm()
73 tnew.it_interval.tv_usec = 0; in setalarm()
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0) in setalarm()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dtimers.c67 struct itimerval tnew, told; in setalarm() local
68 tnew.it_value.tv_sec = t; in setalarm()
69 tnew.it_value.tv_usec = 1.e6*(t- (double)tnew.it_value.tv_sec); in setalarm()
70 if(t && tnew.it_value.tv_sec==0 && tnew.it_value.tv_usec<1000) in setalarm()
71 tnew.it_value.tv_usec = 1000; in setalarm()
72 tnew.it_interval.tv_sec = 0; in setalarm()
73 tnew.it_interval.tv_usec = 0; in setalarm()
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0) in setalarm()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dtimers.c60 struct itimerval tnew, told; in setalarm() local
61 tnew.it_value.tv_sec = t; in setalarm()
62 tnew.it_value.tv_usec = 1.e6 * (t - (double)tnew.it_value.tv_sec); in setalarm()
63 if (t && tnew.it_value.tv_sec == 0 && tnew.it_value.tv_usec < 1000) { in setalarm()
64 tnew.it_value.tv_usec = 1000; in setalarm()
66 tnew.it_interval.tv_sec = 0; in setalarm()
67 tnew.it_interval.tv_usec = 0; in setalarm()
68 if (setitimer(ITIMER_REAL, &tnew, &told) < 0) { in setalarm()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dtimers.c67 struct itimerval tnew, told; in setalarm() local
68 tnew.it_value.tv_sec = t; in setalarm()
69 tnew.it_value.tv_usec = 1.e6*(t- (double)tnew.it_value.tv_sec); in setalarm()
70 if(t && tnew.it_value.tv_sec==0 && tnew.it_value.tv_usec<1000) in setalarm()
71 tnew.it_value.tv_usec = 1000; in setalarm()
72 tnew.it_interval.tv_sec = 0; in setalarm()
73 tnew.it_interval.tv_usec = 0; in setalarm()
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0) in setalarm()
/dports/mail/neomutt/neomutt-20211029/test/thread/
H A Dinsert_message.c42 struct MuttThread *tnew = NULL; in test_insert_message() local
44 insert_message(&tnew, NULL, &cur); in test_insert_message()
49 struct MuttThread *tnew = NULL; in test_insert_message() local
51 insert_message(&tnew, &newparent, NULL); in test_insert_message()
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dbondedit.h92 void setThick(int tnew) {
93 qDebug() << "setThick: " << tnew;
94 thick = tnew + 1;
98 void setDoubleBond(int tnew) {
99 dbond = tnew;
/dports/math/R-cran-quantreg/quantreg/src/
H A Drqbr.f39 tnew = zero
378 if(tnt.gt.tnew)then
385 if(tnt.lt.tnew)then
395 told = tnew
396 tnew = smax + toler
408 told = tnew
409 tnew = smax - toler
550 tnew = x(idxcf)+toler
551 told = tnew
556 tnew = x(idxcf)-toler
[all …]

12345678910>>...17