Home
last modified time | relevance | path

Searched refs:S_QUOTE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c102 if (str[0] == S_QUOTE in _nc_tic_expand()
105 && str[2] == S_QUOTE) { in _nc_tic_expand()
132 buffer[bufp++] = S_QUOTE; in _nc_tic_expand()
134 || ch == S_QUOTE) in _nc_tic_expand()
137 buffer[bufp++] = S_QUOTE; in _nc_tic_expand()
H A Dlib_tparm.c420 case S_QUOTE: in _nc_tparm_analyze()
652 case S_QUOTE: in tparam_internal()
/dragonfly/contrib/ncurses/progs/
H A Dtic.c199 #define S_QUOTE '\'' macro
234 *d++ = S_QUOTE; in write_it()
236 *d++ = S_QUOTE; in write_it()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h307 #define S_QUOTE '\'' macro