Skip to content

Commit

Permalink
Tighten up an internal name
Browse files Browse the repository at this point in the history
This will be needed by the next commit.
  • Loading branch information
josephwright committed Aug 5, 2022
1 parent ce378bf commit e7f7d06
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions l3kernel/l3text-case.dtx
Expand Up @@ -357,7 +357,7 @@
% \begin{macrocode}
\cs_new:Npn \@@_change_case_N_type:nnN #1#2#3
{
\@@_if_recursion_tail_stop_do:Nn #3
\@@_if_q_recursion_tail_stop_do:Nn #3
{ \@@_change_case_end:w }
\@@_change_case_N_type_aux:nnN {#1} {#2} #3
}
Expand All @@ -374,7 +374,7 @@
}
\cs_new:Npn \@@_change_case_math_search:nnNNN #1#2#3#4#5
{
\@@_if_recursion_tail_stop_do:Nn #4
\@@_if_q_recursion_tail_stop_do:Nn #4
{ \@@_change_case_cs_check:nnN {#1} {#2} #3 }
\token_if_eq_meaning:NNTF #3 #4
{
Expand All @@ -399,7 +399,7 @@
}
\cs_new:Npn \@@_change_case_math_N_type:nnNN #1#2#3#4
{
\@@_if_recursion_tail_stop_do:Nn #4
\@@_if_q_recursion_tail_stop_do:Nn #4
{ \@@_change_case_end:w }
\@@_change_case_store:n {#4}
\token_if_eq_meaning:NNTF #4 #3
Expand Down Expand Up @@ -454,7 +454,7 @@
}
\cs_new:Npn \@@_change_case_exclude:nnNN #1#2#3#4
{
\@@_if_recursion_tail_stop_do:Nn #4
\@@_if_q_recursion_tail_stop_do:Nn #4
{ \@@_change_case_replace:nnN {#1} {#2} #3 }
\str_if_eq:nnTF {#3} {#4}
{
Expand Down
10 changes: 5 additions & 5 deletions l3kernel/l3text-purify.dtx
Expand Up @@ -157,7 +157,7 @@
% \begin{macrocode}
\cs_new:Npn \@@_purify_N_type:N #1
{
\@@_if_recursion_tail_stop_do:Nn #1 { \@@_purify_end:w }
\@@_if_q_recursion_tail_stop_do:Nn #1 { \@@_purify_end:w }
\@@_purify_N_type_aux:N #1
}
\cs_new:Npn \@@_purify_N_type_aux:N #1
Expand All @@ -169,7 +169,7 @@
}
\cs_new:Npn \@@_purify_math_search:NNN #1#2#3
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_purify_math_cmd:N #1 }
\token_if_eq_meaning:NNTF #1 #2
{
Expand Down Expand Up @@ -210,7 +210,7 @@
}
\cs_new:Npn \@@_purify_math_N_type:NNN #1#2#3
{
\@@_if_recursion_tail_stop_do:Nn #3
\@@_if_q_recursion_tail_stop_do:Nn #3
{ \@@_purify_math_stop:Nw #1 }
\token_if_eq_meaning:NNTF #3 #2
{ \@@_purify_math_end:w }
Expand Down Expand Up @@ -242,7 +242,7 @@
}
\cs_new:Npn \@@_purify_math_cmd:NN #1#2
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_purify_replace:N #1 }
\cs_if_eq:NNTF #2 #1
{
Expand Down Expand Up @@ -293,7 +293,7 @@
}
\cs_new:Npn \@@_purify_protect:N #1
{
\@@_if_recursion_tail_stop_do:Nn #1 { \@@_purify_end:w }
\@@_if_q_recursion_tail_stop_do:Nn #1 { \@@_purify_end:w }
\@@_purify_loop:w
}
% \end{macrocode}
Expand Down
18 changes: 9 additions & 9 deletions l3kernel/l3text.dtx
Expand Up @@ -356,10 +356,10 @@
% \end{macrocode}
% \end{macro}
%
% \begin{macro}[EXP]{\@@_if_recursion_tail_stop_do:Nn}
% \begin{macro}[EXP]{\@@_if_q_recursion_tail_stop_do:Nn}
% Functions to query recursion quarks.
% \begin{macrocode}
\__kernel_quark_new_test:N \@@_if_recursion_tail_stop_do:Nn
\__kernel_quark_new_test:N \@@_if_q_recursion_tail_stop_do:Nn
% \end{macrocode}
% \end{macro}
%
Expand Down Expand Up @@ -806,7 +806,7 @@
% \begin{macrocode}
\cs_new:Npx \@@_expand_N_type:N #1
{
\exp_not:N \@@_if_recursion_tail_stop_do:Nn #1
\exp_not:N \@@_if_q_recursion_tail_stop_do:Nn #1
{ \exp_not:N \@@_expand_end:w }
\exp_not:N \bool_lazy_any:nTF
{
Expand Down Expand Up @@ -885,7 +885,7 @@
}
\cs_new:Npn \@@_expand_math_search:NNN #1#2#3
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_expand_explicit:N #1 }
\token_if_eq_meaning:NNTF #1 #2
{
Expand All @@ -910,7 +910,7 @@
}
\cs_new:Npn \@@_expand_math_N_type:NN #1#2
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_expand_end:w }
\@@_expand_store:n {#2}
\token_if_eq_meaning:NNTF #2 #1
Expand Down Expand Up @@ -990,7 +990,7 @@
}
\cs_new:Npn \@@_expand_exclude:NN #1#2
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_expand_accent:N #1 }
\str_if_eq:nnTF {#1} {#2}
{
Expand All @@ -1017,7 +1017,7 @@
}
\cs_new:Npn \@@_expand_accent:NN #1#2
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_expand_letterlike:N #1 }
\cs_if_eq:NNTF #2 #1
{
Expand All @@ -1041,7 +1041,7 @@
}
\cs_new:Npn \@@_expand_letterlike:NN #1#2
{
\@@_if_recursion_tail_stop_do:Nn #2
\@@_if_q_recursion_tail_stop_do:Nn #2
{ \@@_expand_cs:N #1 }
\cs_if_eq:NNTF #2 #1
{
Expand Down Expand Up @@ -1085,7 +1085,7 @@
}
\cs_new:Npn \@@_expand_protect:N #1
{
\@@_if_recursion_tail_stop_do:Nn #1
\@@_if_q_recursion_tail_stop_do:Nn #1
{
\@@_expand_store:n { \protect }
\@@_expand_end:w
Expand Down

0 comments on commit e7f7d06

Please sign in to comment.