Home
last modified time | relevance | path

Searched refs:old_argc (Results 1 – 3 of 3) sorted by relevance

/third_party/mksh/
Dos2.c74 int i, old_argc, new_argc, new_alloc = 0; in response() local
79 old_argc = *argcp; in response()
81 for (i = 1; i < old_argc; ++i) in response()
87 if (i >= old_argc) in response()
93 for (i = 0; i < old_argc; ++i) { in response()
Dmain.c771 volatile int old_argc; in include() local
780 old_argc = e->loc->argc; in include()
783 old_argc = 0; in include()
790 e->loc->argc = old_argc; in include()
827 e->loc->argc = old_argc; in include()
/third_party/boost/libs/nowide/test/
Dtest_system.cpp157 const int old_argc = argc; in test_main() local
162 TEST(argc == old_argc); in test_main()
170 TEST(argc == old_argc); in test_main()