Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c1128 unsigned int stok, etok; in yyrecursive() local
1132 etok = ORD('}'); in yyrecursive()
1135 etok = ORD(')'); in yyrecursive()
1142 subshell_nesting_type = etok; in yyrecursive()
1154 t = nested(TPAREN, stok, etok, ALIAS); in yyrecursive()
/third_party/boost/boost/date_time/local_time/
Dposix_time_zone.hpp391 tokenizer_type stok(s, sep), etok(e, sep); in M_func() local
398 it = etok.begin(); in M_func()