OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XSTRINGP
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
package.c
637
if (!
XSTRINGP
(package_name))
653
if (!
XSTRINGP
(package))
internal.h
333
#define
XSTRINGP
(object) ((object)->type == LispString_t)
334
#define STRINGP(object) (POINTERP(object) &&
XSTRINGP
(object))
string.c
790
if (!POINTERP(ochars) || !(
XSTRINGP
(ochars) || XCONSP(ochars))) {
805
if (
XSTRINGP
(ochars)) {
helper.c
1056
if (
XSTRINGP
(pathname))
core.c
1028
XSTRINGP
(form) ||
6050
istring =
XSTRINGP
(sequence);
6107
else if (
XSTRINGP
(sequence)) {
Completed in 17 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026