Searched refs:LEN_STR_PAIR (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | ls.c | 236 #define LEN_STR_PAIR(s) sizeof (s) - 1, s macro 617 { LEN_STR_PAIR ("\033[") }, /* lc: Left of color sequence */ 618 { LEN_STR_PAIR ("m") }, /* rc: Right of color sequence */ 620 { LEN_STR_PAIR ("0") }, /* rs: Reset to ordinary colors */ 623 { LEN_STR_PAIR ("01;34") }, /* di: Directory: bright blue */ 624 { LEN_STR_PAIR ("01;36") }, /* ln: Symlink: bright cyan */ 625 { LEN_STR_PAIR ("33") }, /* pi: Pipe: yellow/brown */ 626 { LEN_STR_PAIR ("01;35") }, /* so: Socket: bright magenta */ 627 { LEN_STR_PAIR ("01;33") }, /* bd: Block device: bright yellow */ 628 { LEN_STR_PAIR ("01;33") }, /* cd: Char device: bright yellow */ [all …]
|