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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_lex.c41 #define SET(c) (v->nexttype = (c))
42 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
87 v->nexttype = EMPTY; /* remember we were at the start */
308 return 0; /* the error has set nexttype to EOS */
315 v->lasttype = v->nexttype;
321 if (v->nexttype == EMPTY && (v->cflags&REG_BOSONLY)) {
454 switch (v->nexttype) { /* not all escapes okay here */
478 v->nexttype = v->lasttype;
633 assert(v->nexttype == v->lasttype);
716 if (v->nexttype
[all...]
H A Dregcomp.c196 int nexttype; /* type of next token */
219 #define SEE(t) (v->nexttype == (t)) /* is next token this? */
224 ((vv)->nexttype = EOS, ((vv)->err) ? (vv)->err : ((vv)->err = (e)))
806 atomtype = v->nexttype;
999 switch (v->nexttype) {
1482 switch (v->nexttype) {
1540 switch (v->nexttype) {
195 int nexttype; /* type of next token */ member in struct:vars
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_lex.c41 #define SET(c) (v->nexttype = (c))
42 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
86 v->nexttype = EMPTY; /* remember we were at the start */
281 return 0; /* the error has set nexttype to EOS */
284 v->lasttype = v->nexttype;
287 if (v->nexttype == EMPTY && (v->cflags&REG_BOSONLY)) {
401 switch (v->nexttype) { /* not all escapes okay here */
421 v->nexttype = v->lasttype;
554 assert(v->nexttype == v->lasttype);
632 if (v->nexttype
[all...]
H A Dregcomp.c205 int nexttype; /* type of next token */ member in struct:vars
232 #define SEE(t) (v->nexttype == (t)) /* is next token this? */
236 #define VERR(vv,e) ((vv)->nexttype = EOS, ((vv)->err) ? (vv)->err :\
741 atomtype = v->nexttype;
914 switch (v->nexttype) {
1378 switch (v->nexttype) {
1432 switch (v->nexttype) {

Completed in 99 milliseconds