Home
last modified time | relevance | path

Searched refs:ttcur (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_ps.c52 static int ttcur=0; variable
74 ttcur=atcur=0; in ps_move()
90 ttcur=0; in ps_cont()
114 ttcur=atcur=inpath=0; in ps_point()
123 if (!ttcur) fprintf( psfile , "%d %d M\n",cx,cy); in ps_label()
132 ttcur=plot=1; in ps_label()
304 atcur=inpath=ttcur=plot=0; in ps_clear()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckutio.c3907 struct termios ttcur; in tthang()
3945 ttcur.c_cflag |= CLOCAL; in tthang()
4349 ttcur.c_cflag = 0; in tthang()
7696 cfsetospeed(&ttcur,s);
7697 cfsetispeed(&ttcur,s2);
7714 ttcur.c_cflag |= s;
7740 x = gtty(ttyfd,&ttcur);
7743 ttcur.sg_ospeed = s; ttcur.sg_ispeed = s2;
7747 x = stty(ttyfd,&ttcur);
8095 x = gtty(ttyfd,&ttcur); in ttgspd()
[all …]