OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QCHAR
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
tree.h
64
#define
QCHAR
2 /* quoted character */
/src/sys/arch/vax/vsa/
lcg.c
201
#define
QCHAR
(c) (c < lcg_font.firstchar ? 0 : \
204
qf2[
QCHAR
(c) * lcg_font.fontheight + line] : \
205
qf[
QCHAR
(c) * lcg_font.fontheight + line]))
spx.c
301
#define
QCHAR
(c) (QCHAR_INVALID(c) ? 0 : (c) - spx_font.firstchar)
303
#define QFONT_INDEX(c, line) (
QCHAR
(c) * spx_font.fontheight + line)
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025