Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h130 ino_t e_tty_ino; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c896 ep->e_tty_ino = statb.st_ino; in ed_read()
900 …if(ep->e_tty_ino && fstat(fd,&statb)>=0 && statb.st_ino==ep->e_tty_ino && statb.st_dev==ep->e_tty_… in ed_read()