VirtualBox

Changeset 880 in kBuild for trunk/src/ash-messup/options.h


Ignore:
Timestamp:
Apr 21, 2007 7:47:39 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/options.h

    r879 r880  
    6969
    7070DEF_OPT( "errexit",     'e' )   /* exit on error */
    71 #define eflag psh->optlist[0].val
     71#define eflag optlist[0].val
    7272DEF_OPT( "noglob",      'f' )   /* no pathname expansion */
    73 #define fflag psh->optlist[1].val
     73#define fflag optlist[1].val
    7474DEF_OPT( "ignoreeof",   'I' )   /* do not exit on EOF */
    75 #define Iflag psh->optlist[2].val
     75#define Iflag optlist[2].val
    7676DEF_OPT( "interactive",'i' )    /* interactive shell */
    77 #define iflag psh->optlist[3].val
     77#define iflag optlist[3].val
    7878DEF_OPT( "monitor",     'm' )   /* job control */
    79 #define mflag psh->optlist[4].val
     79#define mflag optlist[4].val
    8080DEF_OPT( "noexec",      'n' )   /* [U] do not exec commands */
    81 #define nflag psh->optlist[5].val
     81#define nflag optlist[5].val
    8282DEF_OPT( "stdin",       's' )   /* read from stdin */
    83 #define sflag psh->optlist[6].val
     83#define sflag optlist[6].val
    8484DEF_OPT( "xtrace",      'x' )   /* trace after expansion */
    85 #define xflag psh->optlist[7].val
     85#define xflag optlist[7].val
    8686DEF_OPT( "verbose",     'v' )   /* trace read input */
    87 #define vflag psh->optlist[8].val
     87#define vflag optlist[8].val
    8888DEF_OPTS( "vi",         'V', 'V' )      /* vi style editing */
    89 #define Vflag psh->optlist[9].val
     89#define Vflag optlist[9].val
    9090DEF_OPTS( "emacs",      'E', 'V' )      /* emacs style editing */
    91 #define Eflag psh->optlist[10].val
     91#define Eflag optlist[10].val
    9292DEF_OPT( "noclobber",   'C' )   /* do not overwrite files with > */
    93 #define Cflag psh->optlist[11].val
     93#define Cflag optlist[11].val
    9494DEF_OPT( "allexport",   'a' )   /* export all variables */
    95 #define aflag psh->optlist[12].val
     95#define aflag optlist[12].val
    9696DEF_OPT( "notify",      'b' )   /* [U] report completion of background jobs */
    97 #define bflag psh->optlist[13].val
     97#define bflag optlist[13].val
    9898DEF_OPT( "nounset",     'u' )   /* error expansion of unset variables */
    99 #define uflag psh->optlist[14].val
     99#define uflag optlist[14].val
    100100DEF_OPT( "quietprofile", 'q' )
    101 #define qflag psh->optlist[15].val
     101#define qflag optlist[15].val
    102102DEF_OPT( "nolog",       0 )     /* [U] no functon defs in command history */
    103 #define nolog psh->optlist[16].val
     103#define nolog optlist[16].val
    104104DEF_OPT( "cdprint",     0 )     /* always print result of cd */
    105 #define cdprint psh->optlist[17].val
     105#define cdprint optlist[17].val
    106106DEF_OPT( "tabcomplete", 0 )     /* <tab> causes filename expansion */
    107 #define tabcomplete psh->optlist[18].val
     107#define tabcomplete optlist[18].val
    108108#ifdef DEBUG
    109109DEF_OPT( "debug",       0 )     /* enable debug prints */
    110 #define debug psh->optlist[19].val
     110#define debug optlist[19].val
    111111#endif
    112112
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette