OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUOTEP
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
compile.c
1531
QUOTEP
(val) && SYMBOLP(val->data.quote)) {
1567
if (
QUOTEP
(val) && atom == ATOMID(val->data.quote)) {
internal.h
358
#define
QUOTEP
(object) (POINTERP(object) && XQUOTEP(object))
lisp.c
4330
if (!
QUOTEP
(symbol) || !SYMBOLP(val = symbol->data.quote)) {
4424
if (
QUOTEP
(val) && atom == ATOMID(val->data.quote)) {
4488
else if (
QUOTEP
(val) && SYMBOLP(val->data.quote)) {
Completed in 7 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026