1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)command.h	5.1 (Berkeley) 6/6/85
   7:  */
   8: 
   9: /*
  10:  * Definitions for the command module.
  11:  *
  12:  * The command module scans and parses the commands.  This includes
  13:  * input file management (i.e. the "source" command), and some error
  14:  * handling.
  15:  */
  16: 
  17: char *initfile;     /* file to read initial commands from */
  18: BOOLEAN nlflag;     /* for error and signal recovery */
  19: 
  20: #define HELPFILE "/vb/arpa/linton/lib/pdx.help"
  21: 
  22: prompt();       /* print a prompt */
  23: int yyparse();      /* parser generated by yacc */
  24: lexinit();      /* initialize debugger symbol table */
  25: gobble();       /* eat input up to a newline for error recovery */
  26: remake();       /* recompile program, read in new namelist */
  27: alias();        /* create an alias */
  28: BOOLEAN isstdin();  /* input is from standard input */

Defined variables

initfile defined in line 17; never used

Defined macros

HELPFILE defined in line 20; never used
Last modified: 1985-06-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 651
Valid CSS Valid XHTML 1.0 Strict