Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c105 if (str[0] == S_QUOTE in _nc_tic_expand()
108 && str[2] == S_QUOTE) { in _nc_tic_expand()
134 buffer[bufp++] = S_QUOTE; in _nc_tic_expand()
136 || ch == S_QUOTE) in _nc_tic_expand()
139 buffer[bufp++] = S_QUOTE; in _nc_tic_expand()
H A Dlib_tparm.c543 case S_QUOTE: in _nc_tparm_analyze()
892 case S_QUOTE: in tparam_internal()
/freebsd/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()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h345 #define S_QUOTE '\'' macro