Searched refs:colour_fromstring (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dstyle.c190 if ((value = colour_fromstring(tmp + 5)) == -1)
194 if ((value = colour_fromstring(tmp + 3)) == -1)
209 if ((value = colour_fromstring(tmp + 3)) == -1)
H A Doptions.c480 if ((number = colour_fromstring(value)) == -1) {
1086 if ((number = colour_fromstring(value)) == -1) {
H A Dcolour.c187 colour_fromstring(const char *s) function
H A Dtmux.h2787 int colour_fromstring(const char *s);

Completed in 162 milliseconds