Searched refs:tty (Results 1 – 1 of 1) sorted by relevance
66 static struct ttyent tty; in __getttyent() local93 tty.ty_name = p; in __getttyent()95 if (!*(tty.ty_getty = p)) in __getttyent()96 tty.ty_getty = tty.ty_type = NULL; in __getttyent()99 if (!*(tty.ty_type = p)) in __getttyent()100 tty.ty_type = NULL; in __getttyent()104 tty.ty_status = 0; in __getttyent()105 tty.ty_window = NULL; in __getttyent()127 tty.ty_comment = p; in __getttyent()129 tty.ty_comment = 0; in __getttyent()[all …]
Completed in 4 milliseconds