Home
last modified time | relevance | path

Searched refs:QCHAR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/bin/ksh/
H A Dlex.c224 *wp++ = QCHAR, *wp++ = c;
250 *wp++ = QCHAR, *wp++ = c;
254 *wp++ = QCHAR, *wp++ = c;
368 *wp++ = QCHAR, *wp++ = c;
563 *wp++ = QCHAR;
H A Dtree.h64 #define QCHAR 2 /* quoted character */ macro
H A Dtree.c314 case QCHAR:
550 case QCHAR:
615 case QCHAR:
/netbsd-src/sys/arch/vax/vsa/
H A Dlcg.c201 #define QCHAR(c) (c < lcg_font.firstchar ? 0 : \ macro
204 qf2[QCHAR(c) * lcg_font.fontheight + line] : \
205 qf[QCHAR(c) * lcg_font.fontheight + line]))
H A Dspx.c301 #define QCHAR(c) (QCHAR_INVALID(c) ? 0 : (c) - spx_font.firstchar) macro
303 #define QFONT_INDEX(c, line) (QCHAR(c) * spx_font.fontheight + line)
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhistory.info614 STRING where the history event specification begins. QCHAR is a