Home | History | Annotate | Download | only in dist

Lines Matching defs:of

9  documentation, and that the name of Silicon Graphics not be
11 of the software without specific prior written permission.
13 of this software for any purpose. It is provided "as is"
17 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
22 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
23 THE USE OR PERFORMANCE OF THIS SOFTWARE.
89 "-if <name> Specifies the name of an internal font to dump\n"
106 "-nkg <num> Number of groups to print on each key\n"
108 "-npk <num> Number of keyboards to print on each page\n"
109 "-ntg <num> Total number of groups to print\n"
113 "-pict <what> Specifies use of pictographs instead of\n"
284 uWarning("Number of copies not specified\n");
288 uWarning("Number of copies must be an integer > zero\n");
301 uWarning("Number of groups per key not specified\n");
307 uAction("Illegal number of groups %d ignored\n", tmp);
316 uWarning("Number of keyboards per page not specified\n");
322 uAction("Illegal number of keyboards %d ignored\n", tmp);
331 uWarning("Total number of groups not specified\n");
336 uWarning("Total number of groups must be in the range 1..4\n");
337 uAction("Illegal number of groups %d ignored\n", tmp);
368 uWarning("No level of pictographs specified\n");
739 static char of[] = "stdout";
742 outputFile = of;