Searched refs:open_terminfo_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c55 static int open_terminfo_file(char *, char *);
57 static int open_terminfo_file();
260 tfd = open_terminfo_file(terminfo, term);
263 tfd = open_terminfo_file(TERMINFO, term);
426 * open_terminfo_file() - OPEN FILE FOR TERM ENTRY
431 open_terminfo_file( function
436 open_terminfo_file(terminfo, term)

Completed in 693 milliseconds