Home
last modified time | relevance | path

Searched refs:print_commands (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c799 print_commands (char *prog_name_p) /**< program name */ in print_commands() function
853 print_commands (argv[0]); in main()
870 print_commands (argv[0]); in main()
/third_party/python/Lib/distutils/
Ddist.py683 self.print_commands()
728 def print_commands(self): member in Distribution