Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmain.c74 static char *usage_2 = "\ variable
131 fputs(usage_2, f); in usage()
/external/python/cpython3/Modules/
Dmain.c94 static const char usage_2[] = "\ variable
161 fputs(usage_2, f); in pymain_usage()