core/src/commands.h
changeset 66 2a78c4ff2eab
parent 59 c9dfb364c2d1
child 69 849a0b46c767
equal deleted inserted replaced
63:6a2083f7eeb8 66:2a78c4ff2eab
    89 	TBool iOptAll;
    89 	TBool iOptAll;
    90 	TBool iOptLong;
    90 	TBool iOptLong;
    91 	TBool iOptHuman;
    91 	TBool iOptHuman;
    92 	TBool iOptOnePerLine;
    92 	TBool iOptOnePerLine;
    93 	TBool iOptRecurse;
    93 	TBool iOptRecurse;
       
    94 	TBool iOptNoLocalise;
    94 	};
    95 	};
    95 
    96 
    96 
    97 
    97 class CCmdCd : public CCommandBase
    98 class CCmdCd : public CCommandBase
    98 	{
    99 	{
   554 	TBool iSecure;
   555 	TBool iSecure;
   555 	TBool iRaw;
   556 	TBool iRaw;
   556 	TBool iJustDisplay;
   557 	TBool iJustDisplay;
   557 	TInt64 iRawTimeToSet;
   558 	TInt64 iRawTimeToSet;
   558 	TBool iUseTimestampFormat;
   559 	TBool iUseTimestampFormat;
   559 	TBool iUseKernelFormat;
   560 	TBool iUseY2k;
   560 	};
   561 	};
   561 
   562 
   562 
   563 
   563 class CCmdFsck : public CCommandBase
   564 class CCmdFsck : public CCommandBase
   564 	{
   565 	{