Home
last modified time | relevance | path

Searched refs:prep_ (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Drunverb.cpp798 static rbool v_put(parse_rec *nounrec, word prep_, in v_put() argument
806 in_prep = (prep_ == ext_code[win] || prep_ == ext_code[winto] in v_put()
807 || prep_ == ext_code[winside]); in v_put()
809 if (prep_ == 0 || iobj_ == 0) { in v_put()
875 noun[dobj_].pos_prep = prep_; in v_put()
898 if (prep_ == 0) { in v_throw()
902 if (prep_ != ext_code[wat]) in v_throw()
903 v_put(nounrec, prep_, objrec, 0); in v_throw()
1045 if (syntbl[i] != prep_) { in checkgram()
1072 word prep_, parse_rec *objrec) { in verify_scope() argument
[all …]
H A Dparser.cpp135 static int parse_out(parse_rec *lactor_, int vb_, parse_rec *lnoun_, int prep_, in parse_out() argument
145 if (prep_ != 0) writeln(dict[prep_]); in parse_out()
1491 word prep_; in menu_cmd() local
1505 prep_ = verbinfo[choice].prep; in menu_cmd()
1512 if (objcnt <= 1 && prep_ != 0) input[1] = prep_; in menu_cmd()
1536 if (objcnt >= 2 || prep_ == 0) in menu_cmd()
1539 curr_cmd = concdup(dict[verbword], dict[prep_]); in menu_cmd()
1550 if (objcnt == 1 && prep_ != 0) { /* VERB PREP OBJ construction */ in menu_cmd()
1568 curr_cmd = concdup(tmp2, dict[prep_]); /* VERB NOUN PREP */ in menu_cmd()
1601 exec(&actrec, vnum_, lnoun, prep_, &mobj); in menu_cmd()
H A Dexec.cpp1345 parse_rec *lnoun, word prep_, parse_rec *iobj_) { in exec() argument
1361 prep_ = save_prep; in exec()
1371 runverbs(actor_, vnum, lnoun, prep_, iobj_); in exec()
1380 save_prep = prep_; in exec()
H A Dobject.cpp806 static char *build_position(word prep_, word name) in build_position() argument
812 leng = strlen(dict[prep_]) + strlen(dict[name]) + 6; /* includes final '\0' */ in build_position()
815 strcpy(s, dict[prep_]); in build_position()
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtaprep.c19 #define PREP(snippet_name) prep_ ## snippet_name
633 memcpy(bufp, prep_ ## snippet_name, \
634 sizeof (prep_ ## snippet_name)); \
635 bufp += sizeof (prep_ ## snippet_name); \
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_http2_upstream.h137 ev_prepare prep_; variable
H A Dshrpx_http2_session.h261 ev_prepare prep_; variable
H A Dshrpx_http3_upstream.h160 ev_prepare prep_; variable
H A Dshrpx_http2_session.cc224 ev_prepare_init(&prep_, prepare_cb);
225 prep_.data = this;
226 ev_prepare_start(loop, &prep_);
251 ev_prepare_stop(conn_.loop, &prep_); in disconnect()
2380 ev_prepare_stop(conn_.loop, &prep_); in check_retire()
/dports/math/mcsim/mcsim-6.2.0/sim/
H A Dlsodes.h138 int prep_(long *neq, double *y, double *yh,
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_http2_upstream.h137 ev_prepare prep_; variable
H A Dshrpx_http2_session.h261 ev_prepare prep_; variable
H A Dshrpx_http2_session.cc224 ev_prepare_init(&prep_, prepare_cb);
225 prep_.data = this;
226 ev_prepare_start(loop, &prep_);
251 ev_prepare_stop(conn_.loop, &prep_); in disconnect()
2380 ev_prepare_stop(conn_.loop, &prep_); in check_retire()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_http2_upstream.h137 ev_prepare prep_; variable
H A Dshrpx_http2_session.h261 ev_prepare prep_; variable
H A Dshrpx_http2_session.cc224 ev_prepare_init(&prep_, prepare_cb);
225 prep_.data = this;
226 ev_prepare_start(loop, &prep_);
251 ev_prepare_stop(conn_.loop, &prep_); in disconnect()
2380 ev_prepare_stop(conn_.loop, &prep_); in check_retire()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http2_upstream.h137 ev_prepare prep_; variable
H A Dshrpx_http2_session.h261 ev_prepare prep_; variable
H A Dshrpx_http3_upstream.h164 ev_prepare prep_; variable
H A Dshrpx_http2_session.cc224 ev_prepare_init(&prep_, prepare_cb);
225 prep_.data = this;
226 ev_prepare_start(loop, &prep_);
251 ev_prepare_stop(conn_.loop, &prep_); in disconnect()
2380 ev_prepare_stop(conn_.loop, &prep_); in check_retire()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_http2_upstream.h137 ev_prepare prep_; variable
H A Dshrpx_http2_session.h261 ev_prepare prep_; variable
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http2_upstream.h137 ev_prepare prep_; variable
H A Dshrpx_http2_session.h261 ev_prepare prep_; variable
H A Dshrpx_http3_upstream.h164 ev_prepare prep_; variable

1234567