Searched refs:DV_CMD_LENGTH (Results 1 – 1 of 1) sorted by relevance
32 #define DV_CMD_LENGTH COMMAND_LENGTH(DV_CMD) macro61 if ((_tcsnicmp(pszCommandItself,DV_CMD _T(".."),DV_CMD_LENGTH+2*sizeof(TCHAR)) == 0)|| in Execute()62 (_tcsnicmp(pszCommandItself,DV_CMD _T("\\"),DV_CMD_LENGTH+1*sizeof(TCHAR)) == 0)) in Execute()64 pszValueFull = pszCommandItself + DV_CMD_LENGTH; in Execute()66 else if (_tcsnicmp(pszCommandItself,DV_CMD _T("/"),DV_CMD_LENGTH+1*sizeof(TCHAR)) == 0) in Execute()68 pszParameter = pszCommandItself + DV_CMD_LENGTH; in Execute()