Searched refs:Capbuf (Results 1 – 1 of 1) sorted by relevance
413 char Capbuf[CAPBUFSIZ]; /* line from /etc/termcap for this TtyType */ variable792 if (tgetent(Capbuf, TtyType) > 0) in main()793 makealias(Capbuf); in main()825 switch (tgetent(Capbuf, TtyType)) { in main()844 Ttycap = Capbuf; in main()