Searched refs:max_user_call_depth (Results 1 – 2 of 2) sorted by relevance
93 int max_user_call_depth; variable1016 max_user_call_depth = 1024; in init_cmd_lists()1283 (char *) &max_user_call_depth, in init_cli_cmds()
259 extern int max_user_call_depth; in execute_user_command()268 if (++user_call_depth > max_user_call_depth) in execute_user_command()