Searched refs:IN_MATH (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompcore.c589 else if (linwhat == IN_MATH) {
706 tmp = (linwhat == IN_MATH ? dupstring(s) : multiquote(s, 0));
717 tmp = (linwhat == IN_MATH ? dupstring(s) : multiquote(s, 0));
721 ss = (linwhat == IN_MATH ? dupstring(ss) : multiquote(ss, 0));
H A Dzle_tricky.c1417 if (inwhat == IN_MATH)
1446 inwhat = IN_MATH;
1481 if (t0 != STRING && inwhat != IN_MATH) {
1501 if (inwhat != IN_MATH) {
1537 inwhat = IN_MATH;
1551 if (inwhat == IN_MATH) {
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h1969 #define IN_MATH 2 macro

Completed in 188 milliseconds