Home
last modified time | relevance | path

Searched refs:maybe_echo (Results 1 – 4 of 4) sorted by last modified time

/dports/math/reduce/Reduce-svn5758-src/scripts/
H A Drun.sh18 maybe_echo=:
29 $maybe_echo First arg: ${1:-nothing}
59 $maybe_echo Operating system: x$OS
68 $maybe_echo Arg to executable: $x
84 $maybe_echo withgui=$withgui DISPLAY=$DISPLAY
94 $maybe_echo ap=$ap
121 $maybe_echo cygwin=$cygwin
131 $maybe_echo version=$versions
141 $maybe_echo Try: $here/..cslbuild/$hx$version/$pre$ap$suffix
154 $maybe_echo Try: $here/../cslbuild/$hx$version/csl/$ap.exe
[all …]
/dports/www/erlang-cowboy/cowboy-1.1.2/test/http_SUITE_data/
H A Dhttp_body_qs.erl13 {ok, Req3} = maybe_echo(Method, HasBody, Req2),
16 maybe_echo(<<"POST">>, true, Req) -> function
24 maybe_echo(<<"POST">>, false, Req) -> function
26 maybe_echo(_, _, Req) -> function
/dports/www/erlang-cowboy/cowboy-1.1.2/examples/echo_post/src/
H A Dtoppage_handler.erl16 {ok, Req3} = maybe_echo(Method, HasBody, Req2),
19 maybe_echo(<<"POST">>, true, Req) -> function
23 maybe_echo(<<"POST">>, false, Req) -> function
25 maybe_echo(_, _, Req) -> function
/dports/emulators/vmips/vmips-1.5.1/
H A Dvmipstool.cc134 void maybe_echo(char **newargv) { in maybe_echo() function
176 maybe_echo(newargv); in echo_and_run_l()
200 maybe_echo(newargv); in echo_and_run_lv()