Home
last modified time | relevance | path

Searched defs:t_return (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mantis/mantisbt-2.25.2/
H A Dlogin.php46 $t_return = string_url( string_sanitize_url( gpc_get_string( 'return', config_get_global( 'default… variable
54 $t_return = 'admin/install.php'; variable
70 $t_return = 'account_page.php'; variable
H A Dlogin_anon.php51 $t_return = string_url( string_sanitize_url( $f_return ) ); variable
/dports/databases/mantis/mantisbt-2.25.2/plugins/SampleAuth/pages/
H A Dlogin.php13 $t_return = string_url( string_sanitize_url( $f_return ) ); variable
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dt_vari.c421 fs_value_t t_return; // returned value variable
/dports/games/moon-buggy/moon-buggy-1.0.51/
H A Dqueue.c134 wait_until (game_time t, real_time *t_return) in wait_until()
/dports/games/zdoom/zdoom-2.8.1/src/fragglescript/
H A Dt_script.h390 svalue_t t_return; // returned value member
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/monadLib-3.10/src/
H A DMonadLib.hs250 t_return x = lift (return x) function
/dports/www/polipo/polipo-1.1.1/
H A Dhttp_parse.c279 int *z_return, int *t_return, in getNextTokenInList()
/dports/misc/otter/otter-3.3f/source/
H A Dio.c2219 struct term *t_cons, *t_head, *t_tail, *t_return; in str_to_list() local
/dports/editors/hexer/hexer-1.0.3/
H A Dtio.c219 const char *t_return; /* cr */ variable
/dports/editors/vile/vile-9.8v/
H A Deval.c740 const char *t_return = UF_RETURN(vl_ufuncs[n].f_code); in list_amp_funcs() local
/dports/editors/xvile/vile-9.8v/
H A Deval.c740 const char *t_return = UF_RETURN(vl_ufuncs[n].f_code); in list_amp_funcs() local
/dports/lang/ptoc/ptoc/
H A Dtrnod.cxx1098 return_node::return_node(token* t_return) in return_node()