Searched refs:iscspace (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcustom.h117 #define iscspace(x) Tcl_UniCharIsSpace(x) macro
H A Dregc_lex.c1104 while (!ATEOS() && iscspace(*v->now)) {
1116 * Leave the newline to be picked up by the iscspace loop.
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcustom.h108 #define iscspace(x) Tcl_UniCharIsSpace(x) macro
H A Dregc_lex.c987 while (!ATEOS() && iscspace(*v->now))
994 /* leave the newline to be picked up by the iscspace loop */

Completed in 111 milliseconds