Searched refs:Nularg (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dprompt.c161 * Nularg, which (in a non-spacing sequence) indicates a
189 * We don't need the special Nularg hack here and we're
190 * going to be using Nularg for other things.
192 if (*s == Nularg && s[1] == '\0')
218 /* If zero, Inpar, Outpar and Nularg should be removed. */
223 *new_vars.bp == Nularg)
577 *bv->bp++ = Nularg;
580 *bv->bp++ = Nularg;
989 *bv->bp++ = Nularg;
1054 else if (*str == Nularg)
[all...]
H A Dpattern.c571 * Empty metafied strings have an initial Nularg.
575 if (*exp == Nularg)
1324 if (*str0 == Nularg)
2055 if (*string == Nularg) {
H A Dsubst.c36 char nulstring[] = {Nularg, '\0'};
287 if (itok(c) && c != Nularg &&
2642 vunset = (isarr) ? !*aval : !*val || (*val == Nularg && !val[1]);
H A Dexec.c1804 if (c != Nularg)
1809 if (c != Nularg)
1842 case Nularg:
3812 *ptr++ = Nularg;
H A Dinit.c1580 for (t0 = (int)STOUC(Pound); t0 <= (int)STOUC(Nularg); t0++)
H A Dzsh.h176 #define Nularg ((char) 0x9d) macro
H A Dutils.c3210 if (s[0] == Nularg && !s[1])
3423 for (t0 = (int)STOUC(Snull); t0 <= (int)STOUC(Nularg); t0++)
H A Dglob.c3291 o[0] = Nularg;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c804 *q = Nularg;

Completed in 226 milliseconds