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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c139 * tidbit() - TERMINFO DATABASE LOOKUP
145 * tidbit ("term-type", "boolean-cap-name", &ushort)
146 * tidbit ("term-type", "numeric-cap-name", &short)
147 * tidbit ("term-type", "string-cap-name", &charstar)
148 * tidbit ("term-type", "any-cap-name", (char *)0)
165 * tidbit ("5410", "cols", &cols);
166 * tidbit ("5410", "lines", &lines);
173 * If first argument is (char *)0, "tidbit()" uses the same TERM
190 tidbit( function
196 tidbit(ter
[all...]

Completed in 62 milliseconds