Searched refs:Pound (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c291 *str = ztokens[c - Pound];
1695 if (itype_end(s, IIDENT, 1) == s && *s != '#' && c != Pound &&
2049 case Pound:
2116 } else if ((c == '#' || c == Pound) &&
2129 || ((cc == '#' || cc == Pound) &&
2463 c != '#' && c != Pound &&
2550 c == '#' || c == Pound ||
2565 if ((c == '%' || c == '#' || c == Pound) && c == s[1]) {
2584 if (c == '#' || c == Pound) {
2794 case Pound
[all...]
H A Dpattern.c232 Hat, Pound, Bnullkeep, Quest, Star, '+', '!', '@'
326 inchar = ztokens[*inptr++ - Pound];
339 inchar = ztokens[*inptr++ - Pound];
409 *patcode++ = ztokens[*add++ - Pound];
1433 patadd(0, STOUC(ztokens[*charstart - Pound]), 1,
1442 patadd(0, STOUC(ztokens[*charstart - Pound]), 1,
1525 case Pound:
4047 case Pound:
H A Dglob.c682 if (instr[0] == '/' && instr[1] == Outpar && instr[2] == Pound) {
686 if (*instr == Pound) {
1176 if (isset(EXTENDEDGLOB) && !zpc_disables[ZPC_HASH] && s[1] == Pound) {
2150 c1 = ztokens[c1 - STOUC(Pound)];
2154 c2 = ztokens[c2 - STOUC(Pound)];
3254 *s = (t - ztokens) + Pound;
H A Dlex.c550 lextok2['#'] = Pound;
633 hungetc(itok(*--bptr) ? ztokens[*bptr - Pound] : *bptr);
1821 (*p++ = itok(*t) ? ztokens[*t++ - Pound] : *t++););
H A Dutils.c2639 *guess = *best = ztokens[ic - Pound];
3421 for (t0 = (int)STOUC(Pound); t0 <= (int)STOUC(Comma); t0++)
4307 c = ztokens[c - Pound];
4343 c = ztokens[c - Pound];
4368 c = ztokens[c - Pound];
5701 *t++ = ztokens[*s - Pound];
H A Dinit.c1580 for (t0 = (int)STOUC(Pound); t0 <= (int)STOUC(Nularg); t0++)
H A Dparams.c1220 *t = ztokens[*t - Pound];
1224 *t = ztokens[*t - Pound];
1663 *tbrack = ztokens[*tbrack - Pound];
1844 else if (c == Pound)
H A Dhist.c275 zleentry(ZLE_CMD_ADD_TO_LINE, itok(c) ? ztokens[c - Pound] : c);
2015 if (*in == '#' || *in == Pound) {
H A Dexec.c1805 *p++ = ztokens[c - Pound];
1810 *p++ = ztokens[c - Pound];
1883 putc(ztokens[*s - Pound], file);
H A Dzsh.h138 #define Pound ((char) 0x84) macro
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c494 if (*str == '#' || *str == Pound)
502 if (((*str == Pound || *str == Hat) && isset(EXTENDEDGLOB)) ||
563 if (*b == '#' || *b == Pound || *b == '+')
753 if ((*q == '#' || *q == Pound || *q == '+') &&
760 *q = ztokens[*q - Pound], ++q;
844 *p = ztokens[*p - Pound];
1880 *tp == '#' || *tp == Pound || *tp == '+';
H A Dcompcore.c1187 if (*b == '#' || *b == Pound || *b == '+')
H A Dcomplist.c814 cc = ztokens[cc - Pound];

Completed in 316 milliseconds