Home
last modified time | relevance | path

Searched refs:zshlextext (Results 1 – 4 of 4) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dlex.c43 char *zshlextext; variable
227 ls->zshlextext = zshlextext; in lex_context_save()
255 zshlextext = ls->zshlextext; in lex_context_restore()
1817 if (!zshlextext) in checkalias()
1890 zshlextext = tokstr; in exalias()
1897 if (zshlextext == copy) in exalias()
1906 if (zshlextext == copy) in exalias()
1914 zshlextext[0] == '}' && !zshlextext[1])) && in exalias()
1923 } else if (incond == 1 && zshlextext[0] == '!' && !zshlextext[1]) in exalias()
1927 if (zshlextext == copy) in exalias()
[all …]
H A Dparse.c2338 #define COND_SEP() (tok == SEPER && condlex != testlex && *zshlextext != ';')
2663 if ((t = dupstring(zshlextext))) in yyerror()
H A Dzsh.h3066 char *zshlextext; member
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.35237 to zshlex and yytext to zshlextext to avoid possible clashes