Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DUserFunction_header.cc204 size_t tos_idx = 0; in UserFunction_header() local
206 for (; tos_idx < 12; ++tos_idx) in UserFunction_header()
208 if (tos_idx >= tos.size()) break; in UserFunction_header()
210 if (tos[tos_idx].get_Class() == TC_SYMBOL) in UserFunction_header()
218 const int sc100_tc = sym_count * 100 + tos_idx; in UserFunction_header()
223 loop(t, tos_idx) in UserFunction_header()
263 while (tos_idx < (tos.size() - 1)) in UserFunction_header()
265 if (tos[tos_idx++].get_tag() != TOK_SEMICOL) in UserFunction_header()
272 if (tos_idx == tos.size()) in UserFunction_header()
278 const TokenTag tag = tos[tos_idx].get_tag(); in UserFunction_header()
[all …]