IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2006, 10:43:47 AM (20 years ago)
Author:
eugene
Message:

added last, next, return, fixed continue

File:
1 edited

Legend:

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

    r10647 r10846  
    5353int          interrupt;                 /* true if C-C has been pressed */
    5454int          auto_break;                /* if true, zero exit status forces macros to escape */
     55int          loop_next;                 /* set to true when next (or continue) is called */
     56int          loop_last;                 /* set to true when last (or return) is called */
    5557int          loop_break;                /* set to true when break is called */
    56 int          loop_continue;             /* set to true when continue is called */
    5758int          is_script;                 /* being run within a shell script */
    5859
     
    150151void          gprintSetFile             PROTO((gpDest dest, char *filename));
    151152FILE         *gprintGetFile             PROTO((gpDest dest));
     153char         *gprintGetName             PROTO((gpDest dest));
    152154int           gprint                    PROTO((gpDest dest, char *format, ...));
    153155int           gwrite                    PROTO((char *buffer, int size, int N, gpDest dest));
Note: See TracChangeset for help on using the changeset viewer.