Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dllex.c95 if (token < TK_EOS) /* fixed format (symbols and reserved words)? */ in luaX_token2str()
180 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()
322 lexerror(ls, msg, TK_EOS); in read_long_string()
418 lexerror(ls, "unfinished string", TK_EOS); in read_string()
572 return TK_EOS; in llex()
602 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()
604 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()
612 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()
H A Dllex.h45 TK_DBCOLON, TK_EOS, enumerator
H A Dlparser.c795 case TK_END: case TK_EOS: in block_follow()
1951 check(ls, TK_EOS); in mainfunc()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c1004 TK_EOS = 0, enumerator
1025 kind = TK_EOS; in get_token()
1555 case TK_EOS: in ldap_str2syntax()
1721 case TK_EOS: in ldap_str2matchingrule()
1921 case TK_EOS: in ldap_str2matchingruleuse()
2159 case TK_EOS: in ldap_str2attributetype()
2538 case TK_EOS: in ldap_str2objectclass()
2823 case TK_EOS: in ldap_str2contentrule()
3049 case TK_EOS: in ldap_str2structurerule()
3239 case TK_EOS: in ldap_str2nameform()