Home
last modified time | relevance | path

Searched defs:bold (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dexample.c14 char *hints(const char *buf, int *color, int *bold) { in hints()
H A Dlinenoise.c479 int color = -1, bold = 0; in refreshShowHints() local
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c669 static char *hintsCallback(const char *buf, int *color, int *bold) { in hintsCallback()
880 int bold = strstr(color,"bold") != NULL; in sdscatcolor() local