Searched refs:cat_charset (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | set_charset.c | 49 static int cat_charset ( char *, int , char * , int ); 51 static int cat_charset(); 136 && cat_charset(char_set_nm, 0, type, putout) != -1 137 || cat_charset((char *)0, cs, type, putout) != -1 138 || cat_charset(char_set, 0, type, putout) != -1 154 && cat_charset(char_set_nm, 0, type, putout) != -1 155 || cat_charset((char *)0, cs, type, putout) != -1 156 || cat_charset(char_set, 0, type, putout) != -1 178 ** cat_charset() - DUMP CONTENT OF CHARACTER SET DEF'N FILE 183 cat_charset ( function [all...] |
Completed in 55 milliseconds