File: commanddata.cc

package info (click to toggle)
xd 3.11.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 304 kB
  • ctags: 102
  • sloc: cpp: 703; makefile: 139
file content (13 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "command.ih"

char const *Command::s_action[] = 
{
    "FROM_CONFIG",
    "FROM_HOME",
    "FROM_ROOT",
    "FROM_CWD",
    "FROM_PARENT"
};

                                    // separating parts of directory names:
char const Command::s_separators[] = "/_";