IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2006, 10:15:41 PM (20 years ago)
Author:
eugene
Message:

moved global List into ListOps.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/shell.h

    r9039 r10647  
    3737  int    n;
    3838  int    Nlines;
     39  int    Nalloc;
    3940} List;
    4041
     
    5051
    5152/*** globals used to track the shell language concepts  ***/
    52 List         *lists;                    /* variable to store the list of all lists */
    53 int          Nlists;                    /* number of currently available lists */
    54 
    5553int          interrupt;                 /* true if C-C has been pressed */
    5654int          auto_break;                /* if true, zero exit status forces macros to escape */
     
    8280int           is_macro_create           PROTO((char *line));
    8381void          InitLists                 PROTO(());
     82int current_list_depth ();
     83int increase_list_depth ();
     84int decrease_list_depth ();
     85char *get_next_listentry (int ThisList);
    8486
    8587void          InitCommands              PROTO(());
     
    101103
    102104int           exec_loop                 PROTO((Macro *loop));
    103 char         *get_next_listentry        PROTO((int ThisList));
    104 char         *remove_listentry          PROTO((int current));
     105/* char         *get_next_listentry     PROTO((int ThisList)); */
     106/* char         *remove_listentry       PROTO((int current)); */
     107
    105108int           ConfigInit                PROTO((int *argc, char **argv));
    106109char         *VarConfig                 PROTO((char *keyword, char *mode, void *ptr));
Note: See TracChangeset for help on using the changeset viewer.