Home
last modified time | relevance | path

Searched refs:blocknest (Results 1 – 5 of 5) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dscanner.l22 int blocknest = 0; variable
146 blocknest = 0; yy_noeof = noeof_brace; BEGIN(brace);
149 blocknest = 0; yy_noeof = noeof_brace; BEGIN(brace);
166 blocknest = 1;
185 <brace>"(" { if (blocknest++) yymore(); }
186 <brace>[^;\(\)] { if (blocknest) yymore(); }
188 if (blocknest)
195 if (--blocknest <= 0)
228 blocknest = 1;
247 <block>"{" { blocknest++; yymore(); }
[all …]
H A Dscanner.ll22 int blocknest = 0;
146 blocknest = 0; yy_noeof = noeof_brace; BEGIN(brace);
149 blocknest = 0; yy_noeof = noeof_brace; BEGIN(brace);
166 blocknest = 1;
185 <brace>"(" { if (blocknest++) yymore(); }
186 <brace>[^;\(\)] { if (blocknest) yymore(); }
188 if (blocknest)
195 if (--blocknest <= 0)
228 blocknest = 1;
247 <block>"{" { blocknest++; yymore(); }
[all …]
H A Dscanner.cc582 VAR int blocknest = 0; variable
954 blocknest = 0; yy_noeof = noeof_brace; BEGIN(brace);
961 blocknest = 0; yy_noeof = noeof_brace; BEGIN(brace);
987 blocknest = 1;
1021 { if (blocknest++) yymore(); }
1026 { if (blocknest) yymore(); }
1032 if (blocknest)
1043 if (--blocknest <= 0)
1111 blocknest = 1;
1162 { blocknest++; yymore(); }
[all …]
H A Dfevoices.cc43 EXTERN_VAR int blocknest; /* scaner.l internal */ variable
487 if ((blocknest==0) in fePrintEcho()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexp_ftn.cpp3653 static int blocknest, gridnest, kernelnest; in exp_misc() local