1#ifndef X_SEXP_WHITESPACE_H
2#define X_SEXP_WHITESPACE_H
20#ifndef X_SEXP_WHITESPACE_SPACE_STR
21#define X_SEXP_WHITESPACE_SPACE_STR " "
24#ifndef X_SEXP_WHITESPACE_NEWLINE_STR
25#define X_SEXP_WHITESPACE_NEWLINE_STR "\n"
28#ifndef X_SEXP_WHITESPACE_TAB_STR
29#define X_SEXP_WHITESPACE_TAB_STR "\t"
32#ifndef X_SEXP_WHITESPACE_CHARS_STR
33#define X_SEXP_WHITESPACE_CHARS_STR "\t\n\v\f\r "
static void x_obj_t * p_args
Definition x-prim.h:56
The x-expr object system – atoms, pairs, flags, and type dispatch.
x_obj_t x_satom_t[X_OBJ_META_LEN+X_OBJ_UNITS_ATOM]
Definition x-obj.h:283
x_satom_t x_sexp_whitespace_analyse2_prim
Definition whitespace.h:39
x_obj_t * x_sexp_whitespace_analyse2(x_obj_t *p_base, x_obj_t *p_args)
Definition whitespace.c:58
x_satom_t x_sexp_whitespace_analyse1_prim
Definition whitespace.c:21
x_obj_t * x_sexp_whitespace_analyse1(x_obj_t *p_base, x_obj_t *p_args)
Definition whitespace.c:35
x_obj_t * x_sexp_whitespace_delimit(x_obj_t *p_base, x_obj_t *p_args)
Definition whitespace.c:82
x_satom_t x_sexp_whitespace_delimit_prim
Definition whitespace.h:40