Home
last modified time | relevance | path

Searched refs:get_funky_string (Results 1 – 11 of 11) sorted by relevance

/dports/shells/bash/bash-5.1/lib/readline/
H A Dparse-colors.c60 static bool get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count);
104 get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count) { in get_funky_string() function
351 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in _rl_parse_colors()
385 state = (get_funky_string (&buf, &p, false, in _rl_parse_colors()
409 state = (get_funky_string (&buf, &p, false, &ext->seq.len) in _rl_parse_colors()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dparse-colors.c60 static bool get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count);
104 get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count) { in get_funky_string() function
351 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in _rl_parse_colors()
385 state = (get_funky_string (&buf, &p, false, in _rl_parse_colors()
409 state = (get_funky_string (&buf, &p, false, &ext->seq.len) in _rl_parse_colors()
/dports/devel/readline/readline-8.1/
H A Dparse-colors.c60 static bool get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count);
104 get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count) { in get_funky_string() function
351 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in _rl_parse_colors()
385 state = (get_funky_string (&buf, &p, false, in _rl_parse_colors()
409 state = (get_funky_string (&buf, &p, false, &ext->seq.len) in _rl_parse_colors()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DDirColors.cc42 get_funky_string (char **dest, const char **src, int equals_end) in get_funky_string() function
276 state = get_funky_string (&buf, &p, 1) < 0 ? -1 : 4; in Parse()
305 state = get_funky_string (&buf, &p, 0) < 0 ? -1 : 1; in Parse()
314 state = get_funky_string (&buf, &p, 0) < 0 ? -1 : 1; in Parse()
/dports/shells/viewglob/viewglob-2.0.4/vgdisplay/
H A Dlscolors.c134 get_funky_string (char **dest, const char **src, gboolean equals_end, in get_funky_string() function
375 state = (get_funky_string (&buf, &p, TRUE, &ext->ext.len) in parse_ls_colors()
409 state = (get_funky_string (&buf, &p, FALSE, in parse_ls_colors()
424 state = (get_funky_string (&buf, &p, FALSE, &ext->seq.len) in parse_ls_colors()
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dutil.c342 get_funky_string (char **dest, const char **src, bool equals_end, in get_funky_string() function
621 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in parse_diff_color()
655 state = (get_funky_string (&buf, &p, false, in parse_diff_color()
670 state = (get_funky_string (&buf, &p, false, &ext->seq.len) in parse_diff_color()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dls.c2277 get_funky_string (char **dest, const char **src, bool equals_end, in get_funky_string() function
2560 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in parse_ls_color()
2594 state = (get_funky_string (&buf, &p, false, in parse_ls_color()
2609 state = (get_funky_string (&buf, &p, false, &ext->seq.len) in parse_ls_color()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dls.c2454 get_funky_string (char **dest, const char **src, bool equals_end, in get_funky_string() function
2737 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in parse_ls_color()
2771 state = (get_funky_string (&buf, &p, false, in parse_ls_color()
2786 state = (get_funky_string (&buf, &p, false, &ext->seq.len) in parse_ls_color()
/dports/textproc/diffutils/diffutils-3.8/
H A DChangeLog662 * src/util.c (get_funky_string): Adjust comment so that GCC 7's
961 (get_funky_string): New function. Copied from coreutils ls.
/dports/sysutils/coreutils/coreutils-8.32/
H A DChangeLog3705 * src/ls.c (get_funky_string, gobble_file): Likewise.
5296 (get_funky_string): Adjust a "fall through" comment so it is
/dports/misc/gnuls/coreutils-8.30/
H A DChangeLog1920 * src/ls.c (get_funky_string, gobble_file): Likewise.
3513 (get_funky_string): Adjust a "fall through" comment so it is