Home
last modified time | relevance | path

Searched refs:color_start (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/tests/
HDstart_color4 comparend color_start.chk
HDcolor_set4 comparend color_start.chk
HDassume_default_colors5 compare color_start.chk
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzutil.h170 void color_start(const char *color);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_diff.c204 color_start(ZDIFF_RENAMED_COLOR); in print_rename()
226 color_start(ZDIFF_MODIFIED_COLOR); in print_link_change()
246 color_start(type_to_color(type)); in print_file()
HDlibzfs_util.c2086 color_start(const char *color) function
2113 color_start(color);
HDlibzfs.abi29 …<elf-symbol name='color_start' type='func-type' binding='global-binding' visibility='default-visib…
4616 …ion-decl name='color_start' mangled-name='color_start' visibility='default' binding='global' size-…
/freebsd-13-stable/contrib/openpam/t/
HDMakefile.in862 color_start=$$3 color_end=$$std; \
864 color_start= color_end=; \
866 echo "$${color_start}# $$desc $$count$${color_end}"; \
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c2495 color_start(ANSI_RED); in print_status_config()
2956 color_start(ANSI_YELLOW); in show_import()
2967 color_start(ANSI_YELLOW); in show_import()
4358 color_start(ANSI_BOLD); in print_iostat_header_impl()
4418 color_start(ANSI_GRAY); in print_stat_color()
4422 if (*statbuf == 'K') color_start(ANSI_GREEN); in print_stat_color()
4423 else if (*statbuf == 'M') color_start(ANSI_YELLOW); in print_stat_color()
4424 else if (*statbuf == 'G') color_start(ANSI_RED); in print_stat_color()
4425 else if (*statbuf == 'T') color_start(ANSI_BOLD_BLUE); in print_stat_color()
4426 else if (*statbuf == 'P') color_start(ANSI_MAGENTA); in print_stat_color()
[all …]
/freebsd-13-stable/contrib/expat/tests/
HDMakefile.in1037 color_start=$$3 color_end=$$std; \
1039 color_start= color_end=; \
1041 echo "$${color_start}# $$desc $$count$${color_end}"; \
/freebsd-13-stable/contrib/ntp/sntp/tests/
HDMakefile.in1221 color_start=$$3 color_end=$$std; \
1223 color_start= color_end=; \
1225 echo "$${color_start}# $$desc $$count$${color_end}"; \
/freebsd-13-stable/contrib/libevent/
HDMakefile.in2465 color_start=$$3 color_end=$$std; \
2467 color_start= color_end=; \
2469 echo "$${color_start}# $$desc $$count$${color_end}"; \
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDMakefile.in2473 color_start=$$3 color_end=$$std; \
2475 color_start= color_end=; \
2477 echo "$${color_start}# $$desc $$count$${color_end}"; \
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c3477 color_start(ANSI_BOLD); in print_header()
3601 color_start(zfs_list_avail_color(zhp)); in print_dataset()