OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttyp
(Results
1 - 10
of
10
) sorted by relevancy
/src/games/hack/
def.trap.h
69
unsigned
ttyp
:5;
member in struct:trap
87
#define TRAPNUM 9 /* if not less than 32, change sizeof(
ttyp
) */
hack.search.c
99
if (ttmp->
ttyp
== PIERC) {
161
pline("You find a%s.", traps[trap->
ttyp
]);
162
if (trap->
ttyp
== PIERC) {
188
if ((u.dz < 0) != (!xdnstair && trap->
ttyp
== TRAPDOOR))
190
pline("That is a%s.", traps[trap->
ttyp
]);
hack.trap.c
98
ttmp->
ttyp
= typ;
111
int ttype = trap->
ttyp
;
205
impossible("You hit a trap of type %u", trap->
ttyp
);
222
int tt = trap->
ttyp
;
333
switch (trap->
ttyp
) {
hack.apply.c
418
ttmp->
ttyp
= TRAPDOOR;
hack.c
243
switch (ttmp->
ttyp
) {
hack.mklev.c
851
if (mazeflag && !rn2(10) && ttmp->
ttyp
< PIERC)
hack.mon.c
648
tt = 1 << ttmp->
ttyp
;
/src/lib/libc/gen/
ttyslot.c
57
struct ttyent *
ttyp
;
local in function:__weak_alias
81
for (slot = 1; (
ttyp
= getttyent()) != NULL; ++slot)
82
if (!strcmp(
ttyp
->ty_name, p)) {
/src/sys/kern/
kern_proc.c
1519
struct tty *
ttyp
;
local in function:pg_delete
1534
ttyp
= ss->s_ttyp;
1535
if (
ttyp
!= NULL &&
ttyp
->t_pgrp == pg) {
1536
ttyp
->t_pgrp = NULL;
1537
KASSERT(
ttyp
->t_session == ss);
/src/etc/
MAKEDEV.tmpl
1381
mkdev
ttyp
$j c %pts_chr% $jn 666
Completed in 21 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025