HomeSort by: relevance | last modified time | path
    Searched refs:STRFILE (Results 1 - 5 of 5) sorted by relevancy

  /src/games/fortune/strfile/
strfile.h 1 /* $NetBSD: strfile.h,v 1.7 2008/10/19 07:56:42 apb Exp $ */
34 * @(#)strfile.h 8.1 (Berkeley) 5/31/93
54 } STRFILE;
strfile.c 1 /* $NetBSD: strfile.c,v 1.44 2022/08/07 11:06:18 andvar Exp $ */
48 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
50 __RCSID("$NetBSD: strfile.c,v 1.44 2022/08/07 11:06:18 andvar Exp $");
67 #include "strfile.h"
77 * describing the file (structure from "strfile.h"), a table of seek
81 * % strfile [-iorsx] [ -cC ] sourcefile [ datafile ]
128 static STRFILE Tbl; /* statistics table */
  /src/games/fortune/datfiles/
Makefile 27 STRFILE=${TOOL_STRFILE}
40 ${STRFILE} -rs ${.CURDIR}/${.TARGET:R} ${.TARGET}
57 ${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
64 ${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
71 ${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
78 ${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
85 ${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
  /src/games/fortune/unstr/
unstr.c 50 * This program un-does what "strfile" makes, thereby obtaining the
70 #include "strfile.h"
84 void order_unstr(STRFILE *);
90 static STRFILE tbl; /* description table */
127 order_unstr(STRFILE *tbl)
  /src/games/fortune/fortune/
fortune.c 69 #include "strfile.h"
101 STRFILE tbl;
142 static STRFILE Noprob_tbl; /* sum of data for all no prob files */
172 static void sum_tbl(STRFILE *, STRFILE *);
174 static void zero_tbl(STRFILE *);
1135 zero_tbl(STRFILE *tp)
1147 sum_tbl(STRFILE *t1, STRFILE *t2)

Completed in 13 milliseconds