Searched refs:zznextpos (Results 1 – 2 of 2) sorted by relevance
48 static zzchar_t *zznextpos;/* points to next available position in zzlextext*/ variable98 if (zznextpos < lastpos){ \99 *(zznextpos++) = zzchar; \222 state->nextpos = zznextpos;249 zznextpos = state->nextpos;310 zznextpos = zzbegexpr + 1;313 zznextpos = zzbegexpr; /* MR30 Zero terminates string. */328 zznextpos = zzbegexpr;330 while ((zznextpos <= l) && (*(zznextpos++) = *(s++))!=0){334 zznextpos--;[all …]
48 static zzchar_t *zznextpos;/* points to next available position in zzlextext*/ variable98 if (zznextpos < lastpos){ \99 *(zznextpos++) = zzchar; \222 state->nextpos = zznextpos;249 zznextpos = state->nextpos;309 zznextpos = zzbegexpr + 1;323 zznextpos = zzbegexpr;325 while ((zznextpos <= l) && (*(zznextpos++) = *(s++))!=0){329 zznextpos--;331 if ((zznextpos <= l) && (*(--s) == 0)){[all …]