home *** CD-ROM | disk | FTP | other *** search
- /* animal.c */
- int getanimal(FILE **pfpstg, FILE **pfpseq, FILE **pfpmcl,
- char *stgfil, char *seqfil, char *mclfil, char id);
- /* helps1.c */
- int helpcellip(void);
- int helpbatch(void);
- int helpdaysip(void);
- int helpipfil(char ftype);
- int helpipfil1(char *fname);
- int helpyn(void);
- int helpoverview(void);
- int helpipsyntax(void);
- /* helps2.c */
- int helpoptable(void);
- int helpoptions(char *opfil);
- int helpopfile(void);
- int helphardcopy(void);
- int helpfkeys(void);
- int helpdisplaymenu(void);
- int helpanimalmenu(void);
- int helpcyclelenip(void);
- /* inputs1.c */
- int getipfile(char *ipfil, FILE **pfp, char iptype, char ftype);
- int getstgdat(char *stgfil, FILE *fpstg);
- int getCyclelen(void);
- int getseqdat(char *seqfil, FILE *fpseq);
- int getmcldat(char *mclfil, FILE *fpmcl);
- int getusrstr(char *input);
- /* inputs2.c */
- int getusrstrlist(char strings[][MAXIPLEN], int *pnum);
- int getusrcells(char cellstrs[][MAXIPLEN], int *ptrials);
- int getusrdays(char cellstrs[][MAXIPLEN], char daystrs[][MAXIPLEN],
- int trials);
- int getfileip(char *cellstr, char *daystr, FILE *fpin);
- int parsecellstr(char *str, int *pseq, int *pst, char *opstr);
- int getcellstg(char *str);
- /* menus1.c */
- int generalmenu(char *opfil);
- int helpmenu(void);
- int animalmenu(FILE **pfpstg, FILE **pfpseq, FILE **pfpmcl,
- char *stgfil, char *seqfil, char *mclfil, int *pnew);
- /* menus2.c */
- int cyclemenu(void);
- int displaymenu(void);
- int cellmenu(void);
- int daysmenu(void);
- /* miscs.c */
- int toupper1(char c);
- int strupper(char *str);
- int alphanumq(char c);
- int whitespq(char c);
- int stripwhitesp(char *str);
- int numq(char c);
- int numstrq(char *str);
- int makespstr(char *str, int len);
- int hitreturn(int win);
- int togglepr(void);
- void free1(char *blk);
- /* moves.c */
- int forward(int initseq, int index, double third, double days,
- int *cell, int *ok, int *endspotp, char *opstr);
- int backward(int initseq, int index, double third, double days,
- int *cell, int *ok, int *endspotp, char *opstr);
- /* pcwins.c */
- int wholewin(void);
- int makedisplay(void);
- int outputwin(void);
- int sep1win(void);
- int msgwin(void);
- int sep2win(void);
- int inputwin(void);
- int topline(char *str);
- int botline(void);
- int leftside(void);
- int rightside(void);
- int col80win(void);
- int funcline(void);
- int makeactivewin(int win);
- int clrscr1(int win);
- int clreol1(int win);
- /* prints1.c */
- int printintro(int termq, int fileq);
- int printoutputhdr(int argc, char *argv[], int *pbadipfil,
- int interactive, int ok, char *ipfil, char *opfil,
- char *stgfil, char *seqfil);
- int printstgdat(void);
- int printstgdatHARD(void);
- int printseqdat1(void);
- int printseqdat(void);
- int printseqdatHARD(void);
- /* prints2.c */
- int printusrcells(char cellstrs[][MAXIPLEN], int trials);
- int printresults(char dir, double days, char *daystr, int *cell,
- char *cellstr, int *ok, int okcell, int oknum,
- int endspot, char *opstr, int *oncep, int *epip,
- char *opstr1, char *opstr2);
- int printepi(void);
- int printexit(int exitnum);
- int printHARDCOPY(void);
- int printFILECOPY(void);
- int printCycleTime(void);
- int printline(int fileq, int num, char c);
- int printresHARD(void);