Lines Matching refs:VAR
45 #define VAR(suffix,variable,defaultcolor) \ macro
60 VAR('/', "di", "01;34"), /* Directory */
61 VAR('@', "ln", "01;36"), /* Symbolic link */
62 VAR('&', "or", ""), /* Orphanned symbolic link (defaults to ln) */
63 VAR('|', "pi", "33"), /* Named pipe (FIFO) */
64 VAR('=', "so", "01;35"), /* Socket */
65 VAR('>', "do", "01;35"), /* Door (solaris fast ipc mechanism) */
66 VAR('#', "bd", "01;33"), /* Block device */
67 VAR('%', "cd", "01;33"), /* Character device */
68 VAR('*', "ex", "01;32"), /* Executable file */
69 VAR(NOS, "fi", "0"), /* Regular file */
70 VAR(NOS, "no", "0"), /* Normal (non-filename) text */
71 VAR(NOS, "mi", ""), /* Missing file (defaults to fi) */
73 VAR(NOS, "lc", "\033["), /* Left code (ASCII) */
75 VAR(NOS, "lc", "\x27["), /* Left code (EBCDIC)*/
77 VAR(NOS, "rc", "m"), /* Right code */
78 VAR(NOS, "ec", ""), /* End code (replaces lc+no+rc) */
79 VAR(NOS, "su", ""), /* Setuid file (u+s) */
80 VAR(NOS, "sg", ""), /* Setgid file (g+s) */
81 VAR(NOS, "tw", ""), /* Sticky and other writable dir (+t,o+w) */
82 VAR(NOS, "ow", ""), /* Other writable dir (o+w) but not sticky */
83 VAR(NOS, "st", ""), /* Sticky dir (+t) but not other writable */
84 VAR(NOS, "rs", "0"), /* Reset to normal color */
85 VAR(NOS, "hl", "44;37"), /* Reg file extra hard links, obsolete? */
86 VAR(NOS, "mh", "44;37"), /* Reg file extra hard links */
87 VAR(NOS, "ca", "30;41"), /* File with capability */