Home | History | Annotate | Download | only in ss

Lines Matching refs:outfile

4 		rootname, rootname > outfile
5 print "#include <ss/ss.h>" > outfile
6 print "" >outfile
13 printf "static char const * const ssu%05d[] = {\n", cmdnum > outfile
26 printf "%s\"%s\",\n", cmdtab, cmd > outfile
41 print " (char const *)0" > outfile
42 print "};" > outfile
43 printf "extern void %s __SS_PROTO;\n", subr > outfile
58 print "#__ERROR_IN_FILE__" > outfile
62 printf "static ss_request_entry ssu%05d[] = {\n", cmdnum+1 > outfile
64 printf " { ssu%05d,\n", i > outfile
65 printf " %s,\n", subr_tab[i] > outfile
66 printf " \"%s\",\n", help_tab[i] > outfile
67 printf " %d },\n", options_tab[i] > outfile
69 print " { 0, 0, 0, 0 }" > outfile
70 print "};" > outfile
71 print "" > outfile
73 cmdtbl, cmdnum+1 > outfile