Searched defs:E_TERMCAP (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c26 #define E_TERMCAP "/etc/termcap" macro
102 tf = open(E_TERMCAP, 0);
104 tf = open(E_TERMCAP, 0);
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c59 #define E_TERMCAP "/usr/share/lib/termcap" macro
61 #define E_TERMCAP "/etc/termcap" macro
147 tf = open(E_TERMCAP, 0);
153 tf = open(E_TERMCAP, 0);
155 tf = open(E_TERMCAP, 0);
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c44 #define E_TERMCAP RM = SYSREMOTE macro
153 tf = open(E_TERMCAP, O_RDONLY);
165 tf = open(E_TERMCAP, O_RDONLY);

Completed in 59 milliseconds