Home
last modified time | relevance | path

Searched refs:ttyp (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dslirpdebug.cpp77 ttystats(ttyp)
78 struct ttys *ttyp;
99 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
103 if (ttyp->zeros)
105 else if (ttyp->ones)
118 struct ttys *ttyp;
120 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
121 ttystats(ttyp);
327 struct ttys *ttyp;
348 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
[all …]
H A Dif.cpp100 if_input(ttyp)
101 struct ttys *ttyp;
115 if (ttyp->up)
117 tty_detached(ttyp, 0);
123 ttyp->ones = 0;
124 if (++ttyp->zeros >= 5)
129 ttyp->zeros = 0;
130 if (++ttyp->ones >= 5)
131 tty_detached(ttyp, 0);
135 ttyp->ones = ttyp->zeros = 0;
[all …]
/dports/net/vde/vde-1.5.7/slirpvde/
H A Ddebug.c86 ttystats(ttyp)
87 struct ttys *ttyp;
108 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
112 if (ttyp->zeros)
114 else if (ttyp->ones)
127 struct ttys *ttyp;
129 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
130 ttystats(ttyp);
342 struct ttys *ttyp;
363 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
[all …]
H A Dif.c105 if_input(ttyp)
106 struct ttys *ttyp;
120 if (ttyp->up)
122 tty_detached(ttyp, 0);
128 ttyp->ones = 0;
129 if (++ttyp->zeros >= 5)
134 ttyp->zeros = 0;
135 if (++ttyp->ones >= 5)
136 tty_detached(ttyp, 0);
140 ttyp->ones = ttyp->zeros = 0;
[all …]
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dserial.c91 static int ttyp; variable
134 ttyp = -1; in serial_init()
153 ttyp = -1; in serial_init()
265 if (ttyp >= 0) in serial_init()
277 ttyp = -1; in serial_init()
290 if (ttyp >= 0) in serial_init()
302 ttyp = -1; in serial_init()
496 if (ttyp >= 0)
508 ttyp = -1;
563 if (ttyp >= 0)
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dif.c105 if_input(ttyp)
106 struct ttys *ttyp;
120 if (ttyp->up)
122 tty_detached(ttyp, 0);
128 ttyp->ones = 0;
129 if (++ttyp->zeros >= 5)
134 ttyp->zeros = 0;
135 if (++ttyp->ones >= 5)
136 tty_detached(ttyp, 0);
140 ttyp->ones = ttyp->zeros = 0;
[all …]
H A Ddebug.c84 ttystats(ttyp)
85 struct ttys *ttyp;
98 lprint("Unit %d:\r\n", ttyp->unit);
101 ttyp->proto==PROTO_PPP?"PPP":
104 lprint(" %d baudrate\r\n", ttyp->baud);
106 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
110 if (ttyp->zeros)
112 else if (ttyp->ones)
125 struct ttys *ttyp;
127 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dtrap.h23 Bitfield(ttyp, 5);
93 #define is_pit(ttyp) ((ttyp) == PIT || (ttyp) == SPIKED_PIT) argument
94 #define is_hole(ttyp) ((ttyp) == HOLE || (ttyp) == TRAPDOOR) argument
96 #define is_xport(ttyp) ((ttyp) >= TELEP_TRAP && (ttyp) <= MAGIC_PORTAL) argument
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dtrap.h23 Bitfield(ttyp, 5);
86 #define is_pit(ttyp) ((ttyp) == PIT || (ttyp) == SPIKED_PIT) argument
87 #define is_hole(ttyp) ((ttyp) == HOLE || (ttyp) == TRAPDOOR) argument
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dtrap.h23 Bitfield(ttyp, 5);
86 #define is_pit(ttyp) ((ttyp) == PIT || (ttyp) == SPIKED_PIT) argument
87 #define is_hole(ttyp) ((ttyp) == HOLE || (ttyp) == TRAPDOOR) argument
/dports/science/xtb/xtb-6.4.1/src/
H A Dwrmodef.f9031 real(wp),allocatable :: bmat(:,:),xyz(:,:),ttyp(:),rdum(:) local
48 allocate( bmat(nfree,3*n), xyz(3,n), ttyp(3*n), rdum(3*n), &
54 ttyp(1:nnull)=0
113 ttyp(root)=vtyp(3)**2
119 write(*,'(8(i4,'':'',f6.2))') (i,ttyp(i),i=1,n3)
123 ttyp(root)=freq(root)+(1.-ttyp(root))*freq(root)*2.
125 ttyp(root)=freq(root)
131 ttyp(root)=ttyp(root)+10.*deloc(root)**2
133 ttyp(root)=freq(root)
138 ttyp(i)=-1.d+42
[all …]
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_refclock.c949 TTY ttyb, *ttyp; in refclock_setup() local
959 ttyp = &ttyb; in refclock_setup()
982 ttyp->c_oflag = 0; in refclock_setup()
1018 ttyp->c_lflag = 0; in refclock_setup()
1019 ttyp->c_iflag = 0; in refclock_setup()
1020 ttyp->c_cc[VMIN] = 1; in refclock_setup()
1066 ttyp->c_oflag = 0; in refclock_setup()
1096 ttyp->c_lflag = 0; in refclock_setup()
1097 ttyp->c_iflag = 0; in refclock_setup()
1098 ttyp->c_cc[VMIN] = 1; in refclock_setup()
[all …]
H A Drefclock_leitch.c301 { struct termios ttyb, *ttyp; in leitch_start() local
303 ttyp = &ttyb; in leitch_start()
304 if (tcgetattr(fd232, ttyp) < 0) { in leitch_start()
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
310 ttyp->c_oflag = 0; in leitch_start()
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
312 ttyp->c_lflag = ICANON; in leitch_start()
313 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0'; in leitch_start()
314 if (tcsetattr(fd232, TCSANOW, ttyp) < 0) { in leitch_start()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src3.c2386 if (ttyp != TCHK_WIDTH && ttyp != TCHK_PERIOD) in rd_tchk_part()
2457 word32 ttyp; in rd_setuphold_tchk() local
2551 word32 ttyp; in rd_recrem_tchk() local
2833 if (ttyp == TCHK_RECOVERY || ttyp == TCHK_REMOVAL) in rd_skew_recov_rem_tchk()
3735 int32 ttyp; in rd_cfg_library() local
3789 if (ttyp == CFG_SEMI || ttyp == CFG_EOF) in rd_cfg_fspec_list()
4515 ttyp = cfg_skipto_semi_endconfig(ttyp, fp); in rd_use_clause()
4617 int32 ttyp; in rd_liblist() local
4687 if (ttyp == CFG_SEMI || ttyp == CFG_EOF) break; in cfg_skipto_semi()
4703 if (ttyp == CFG_SEMI || ttyp == CFG_EOF) break; in cfg_skipto_comma_semi()
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/zephyr/
H A DZLocations.c58 char *ttyp; local
98 ttyp = ttyname(0);
99 if (ttyp && *ttyp) {
100 p = strchr(ttyp + 1, '/');
101 mytty = g_strdup((p) ? p + 1 : ttyp);
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/zephyr/
H A DZLocations.c58 char *ttyp; local
98 ttyp = ttyname(0);
99 if (ttyp && *ttyp) {
100 p = strchr(ttyp + 1, '/');
101 mytty = g_strdup((p) ? p + 1 : ttyp);
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/zephyr/
H A DZLocations.c58 char *ttyp; local
98 ttyp = ttyname(0);
99 if (ttyp && *ttyp) {
100 p = strchr(ttyp + 1, '/');
101 mytty = g_strdup((p) ? p + 1 : ttyp);
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dconffile.h652 char *tapetype_name(tapetype_t *ttyp);
660 #define tapetype_seen(ttyp, key) (val_t_seen(tapetype_getconf((ttyp), (key)))) argument
668 #define tapetype_get_comment(ttyp) (val_t_to_str(tapetype_getconf((ttyp), TAPETYPE_COMM… argument
669 #define tapetype_get_lbl_templ(ttyp) (val_t_to_str(tapetype_getconf((ttyp), TAPETYPE_LBL_… argument
670 #define tapetype_get_blocksize(ttyp) (val_t_to_size(tapetype_getconf((ttyp), TAPETYPE_BLO… argument
671 #define tapetype_get_readblocksize(ttyp) (val_t_to_size(tapetype_getconf((ttyp), TAPETYPE_REA… argument
672 #define tapetype_get_length(ttyp) (val_t_to_int64(tapetype_getconf((ttyp), TAPETYPE_LE… argument
673 #define tapetype_get_filemark(ttyp) (val_t_to_int64(tapetype_getconf((ttyp), TAPETYPE_FI… argument
674 #define tapetype_get_speed(ttyp) (val_t_to_int(tapetype_getconf((ttyp), TAPETYPE_SPEE… argument
675 #define tapetype_get_part_size(ttyp) (val_t_to_int64(tapetype_getconf((ttyp), TAPETYPE_PA… argument
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dconffile.h652 char *tapetype_name(tapetype_t *ttyp);
660 #define tapetype_seen(ttyp, key) (val_t_seen(tapetype_getconf((ttyp), (key)))) argument
668 #define tapetype_get_comment(ttyp) (val_t_to_str(tapetype_getconf((ttyp), TAPETYPE_COMM… argument
669 #define tapetype_get_lbl_templ(ttyp) (val_t_to_str(tapetype_getconf((ttyp), TAPETYPE_LBL_… argument
670 #define tapetype_get_blocksize(ttyp) (val_t_to_size(tapetype_getconf((ttyp), TAPETYPE_BLO… argument
671 #define tapetype_get_readblocksize(ttyp) (val_t_to_size(tapetype_getconf((ttyp), TAPETYPE_REA… argument
672 #define tapetype_get_length(ttyp) (val_t_to_int64(tapetype_getconf((ttyp), TAPETYPE_LE… argument
673 #define tapetype_get_filemark(ttyp) (val_t_to_int64(tapetype_getconf((ttyp), TAPETYPE_FI… argument
674 #define tapetype_get_speed(ttyp) (val_t_to_int(tapetype_getconf((ttyp), TAPETYPE_SPEE… argument
675 #define tapetype_get_part_size(ttyp) (val_t_to_int64(tapetype_getconf((ttyp), TAPETYPE_PA… argument
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dreading_incidence.sci46 ttyp=tokens(typ(2),"<");
47 execstr(val+"="+ttyp(1)+";");
54 ttyp=tokens(typ(2),"<");
55 input_name=[input_name;ttyp(1)];
65 ttyp=tokens(typ(2),"<");
66 ord=evstr(ttyp(1));
73 ttyp=tokens(typ(2),"<");
74 depend=[depend;ttyp(1)];
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dttyslot.c40 struct ttyent *ttyp; in ttyslot() local
53 for (slot = 1; (ttyp = getttyent()); ++slot) in ttyslot()
54 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_refclock.c737 TTY ttyb, *ttyp; in refclock_setup() local
747 ttyp = &ttyb; in refclock_setup()
752 if (tcgetattr(fd, ttyp) < 0) { in refclock_setup()
766 ttyp->c_oflag = 0; in refclock_setup()
767 ttyp->c_cflag = CS8 | CLOCAL | CREAD; in refclock_setup()
775 ttyp->c_cc[i] = '\0'; in refclock_setup()
796 ttyp->c_lflag = ICANON; in refclock_setup()
798 ttyp->c_lflag = 0; in refclock_setup()
799 ttyp->c_iflag = 0; in refclock_setup()
800 ttyp->c_cc[VMIN] = 1; in refclock_setup()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dttyslot.c57 struct ttyent *ttyp; in __weak_alias() local
81 for (slot = 1; (ttyp = getttyent()) != NULL; ++slot) in __weak_alias()
82 if (!strcmp(ttyp->ty_name, p)) { in __weak_alias()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddig.c316 || (ttmp && (ttmp->ttyp == TRAPDOOR || is_pit(ttmp->ttyp)))) { in dig()
595 trapname(ttyp, TRUE)); in digactualhole()
596 ttyp = PIT; in digactualhole()
607 ttmp = maketrap(x, y, ttyp); in digactualhole()
618 if (ttyp == PIT) { in digactualhole()
832 if (ttmp && is_pit(ttmp->ttyp) in dighole()
896 && (ttmp->ttyp == LANDMINE || ttmp->ttyp == BEAR_TRAP)) { in dighole()
1628 if (ttmp && is_pit(ttmp->ttyp)) { in zap_dig()
2216 (trap->ttyp == MAGIC_PORTAL || trap->ttyp == VIBRATING_SQUARE)) in create_pit_under()
2243 if (trap && (trap->ttyp == PIT || trap->ttyp == SPIKED_PIT in create_pit_under()
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/utils/h2pas/
H A Dscan.l36 ttyp = (
126 ttypstr: array[ttyp] of string =
169 typ : ttyp;
175 constructor init_no(t : ttyp);
176 constructor init_one(t : ttyp;_p1 : presobject);
177 constructor init_two(t : ttyp;_p1,_p2 : presobject);
178 constructor init_three(t : ttyp;_p1,_p2,_p3 : presobject);

12345678910>>...31