Searched refs:read_argument (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/cli_ure/source/climaker/ |
H A D | climaker_app.cxx | 200 static bool read_argument( in read_argument() function 375 else if (read_argument( &cmd_arg, info_types, &nPos )) in SAL_IMPLEMENT_MAIN() 385 else if (read_argument( &cmd_arg, info_extra, &nPos )) in SAL_IMPLEMENT_MAIN() 390 else if (read_argument( &cmd_arg, info_reference, &nPos )) in SAL_IMPLEMENT_MAIN() 396 !read_argument( &output, info_out, &nPos ) && in SAL_IMPLEMENT_MAIN() 397 !read_argument( &version, info_version, &nPos ) && in SAL_IMPLEMENT_MAIN() 399 !read_argument( &product, info_product, &nPos ) && in SAL_IMPLEMENT_MAIN() 400 !read_argument( &company, info_company, &nPos ) && in SAL_IMPLEMENT_MAIN() 401 !read_argument( ©right, info_copyright, &nPos ) && in SAL_IMPLEMENT_MAIN() 403 !read_argument( &keyfile, info_keyfile, &nPos ) && in SAL_IMPLEMENT_MAIN() [all …]
|
Completed in 15 milliseconds