Searched refs:STRING_CHAR (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dbuffer.h343 STRING_CHAR (_fetch_multibyte_char_p, _fetch_multibyte_char_len))
396 STRING_CHAR (_fetch_multibyte_char_p, _fetch_multibyte_char_len))
H A Dcharset.h532 /* The following two macros CHAR_STRING and STRING_CHAR are the main
563 #define STRING_CHAR(str, len) \ macro
568 /* This is like STRING_CHAR but the third arg ACTUAL_LEN is set to the
H A Dlread.c274 c = STRING_CHAR (p, pt_byte - orig_pt_byte);
310 c = STRING_CHAR (p, bytepos - orig_bytepos);
1811 return STRING_CHAR (str, len);
H A Dregex.c148 (multibyte ? (STRING_CHAR (p, s)) : (*(p)))
163 c = STRING_CHAR (d0, dtemp - d0); \
286 # define STRING_CHAR(p, s) (*(p)) macro
287 # define RE_STRING_CHAR STRING_CHAR
H A Ddata.c1955 c = STRING_CHAR (SDATA (array) + idxval_byte,
H A Dsearch.c1750 ch = STRING_CHAR (charstart, ptr - charstart + 1);
H A Dcoding.c765 c = STRING_CHAR (p0, bytes); \
873 c = STRING_CHAR (src, bytes);
H A Dfns.c1756 c = STRING_CHAR (SDATA (seq) + ibyte,
1787 c = STRING_CHAR (SDATA (seq) + ibyte,
H A Dbuffer.c2244 c = STRING_CHAR (p, stop - pos);
H A Deditfns.c228 XSETFASTINT (val, STRING_CHAR (SDATA (string), SBYTES (string)));

Completed in 218 milliseconds