Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_eos.c50 #define TOK_EOS "ES" macro
63 add_CommandX(MSG_EOS, TOK_EOS, m_eos, MAXPARA, M_SERVER); in MOD_INIT()
75 if (del_Command(MSG_EOS, TOK_EOS, m_eos) < 0) in MOD_UNLOAD()
101 parv[0], MSG_EOS, TOK_EOS, "", NULL); in CMD_FUNC()
H A Dm_server.c867 (IsToken(cptr) ? TOK_EOS : MSG_EOS)); in m_server_synch()
1032 (IsToken(cptr) ? TOK_EOS : MSG_EOS)); in m_server_synch()
/dports/www/varnish-modules/varnish-modules-0.18.0/src/
H A Dvmod_accept.c142 TOK_EOS, enumerator
169 case '\0': *e = s; return (TOK_EOS); in next_token()
220 if (tc == TOK_EOS) in parse_accept()
230 if (tc == TOK_EOS || tc == TOK_COMMA) in parse_accept()
/dports/news/cg/cg-0.4/
H A Dstream_section.c76 if (t->type == TOK_EOS || (this->boundary in sec_get()
H A Dstream_msg_multi.c84 return token_set(&this->st.tok, TOK_EOS, NULL); in msg_mul_get()
H A Dstream.h32 TOK_EOS, TOK_EOH, TOK_EOA, TOK_EOP, enumerator
H A Ddecode.c241 skip_to(in, TOK_EOS); in decode_mime_uu()
257 case TOK_EOS: in decode_mime_uu()
/dports/textproc/senna/senna-1.1.5/lib/
H A Dscm.c805 #define TOK_EOS 11 macro
835 return TOK_EOS; in readstr()
854 return TOK_EOS; in readstrexp()
889 if (ctx->cur >= ctx->str_end) { return TOK_EOS; } in token()
1349 if ((ctx->tok = token(ctx)) == TOK_EOS) { RTN_NIL_IF_TAIL(ctx); } in opexe()
1865 if ((tok = token(ctx)) == TOK_EOS) { RTN_NIL_IF_TAIL(ctx); } in opexe()
1892 if (readstr(ctx, &str, &len) == TOK_EOS) { ctx->tok = TOK_EOS; RTN_NIL_IF_TAIL(ctx); } in opexe()
1895 if (readstrexp(ctx, &str, &len) == TOK_EOS) { in opexe()
1900 if ((readstr(ctx, &str, &len) == TOK_EOS) || in opexe()
1906 case TOK_EOS : in opexe()
[all …]
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dmsg.h298 #define TOK_EOS "ES" macro
/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c69 TOK_EOS enumerator
221 return TOK_EOS; in expr_next_token_unadjusted()
1622 expr_parse_match (TOK_EOS); in expr_evaluate_expression()
H A Dscrestrs.c757 TOK_EOS = '\0' enumerator
1133 restr_match (TOK_EOS); in restr_eval_task_restrictions()
H A Dscparser.c59 TOK_TEXT_REFERENCE, TOK_EOS enumerator
167 return TOK_EOS; in uip_next_token()
670 case TOK_EOS: in uip_parse_list()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp68 TOK_EOS enumerator
202 return TOK_EOS; in expr_next_token_unadjusted()
1492 expr_parse_match(context, TOK_EOS); in expr_evaluate_expression()
H A Dscrestrs.cpp692 TOK_EOS = '\0' enumerator
1022 restr_match(context, TOK_EOS); in restr_eval_task_restrictions()
H A Dscparser.cpp58 TOK_TEXT_REFERENCE, TOK_EOS enumerator
156 return TOK_EOS; in uip_next_token()
611 case TOK_EOS: in uip_parse_list()