Searched refs:lasttype (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dwclib.c174 register int lasttype = WC_SP; local
241 lasttype = 1;
244 lasttype = 1;
245 else if (lasttype)
247 lasttype = 0;
284 if (eol(lasttype))
286 if ((c = type[*cp]) && !lasttype)
288 lasttype = c;
291 if (!lasttype && type[*cp])
295 c = lasttype;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dgen.c218 int lasttype = 0; local
232 if (tt->type != lasttype && subswitch) {
242 if (tt->rdclass && tt->type != lasttype) {
259 lasttype = tt->type;
510 int lasttype; local
778 lasttype = 0;
780 if (tt->type != lasttype)
784 lasttype = tt->type);
798 if (tt->type != lasttype) {
805 lasttype
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_lex.c46 #define LASTTYPE(t) (v->lasttype == (t))
315 v->lasttype = v->nexttype;
478 v->nexttype = v->lasttype;
633 assert(v->nexttype == v->lasttype);
730 v->nexttype = v->lasttype;
H A Dregcomp.c195 int lasttype; /* type of previous token */
194 int lasttype; /* type of previous token */ member in struct:vars
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_lex.c46 #define LASTTYPE(t) (v->lasttype == (t))
284 v->lasttype = v->nexttype;
421 v->nexttype = v->lasttype;
554 assert(v->nexttype == v->lasttype);
646 v->nexttype = v->lasttype;
H A Dregcomp.c204 int lasttype; /* type of previous token */ member in struct:vars
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomplist.c1330 static int lasttype = 0, lastbeg = 0, lastml = 0, lastinvcount = -1; local
1344 lasttype = 0;
1364 g = ((lasttype && lastg) ? lastg : amatches);
1374 if (!lastused && lasttype == 1) {
1410 if (!lasttype && ml >= mlbeg) {
1411 lasttype = 1;
1499 (lastused || !lasttype || lasttype == 2)) {
1500 if (!lastused && lasttype == 2) {
1524 if (!lasttype
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Drdata_test.c880 dns_rdatatype_t lasttype = 0; local
1170 if (lasttype == type) {
1183 lasttype = type;

Completed in 100 milliseconds