HomeSort by: relevance | last modified time | path
    Searched refs:in_func_def_params (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/indent/
indent.c 643 if (ps.in_func_def_params)
740 else if (ps.in_func_def_params && !ps.in_var_decl) {
771 ps.in_func_def_params = false;
809 if (ps.decl_level == 0 && !ps.in_func_def_params) {
919 ps.in_func_def_params = false;
961 if (ps.in_func_def_params && opt.indent_parameters &&
debug.c 372 debug_ps_bool(in_func_def_params);
indent.h 326 bool in_func_def_params; /* for old-style functions */ member in struct:parser_state

Completed in 13 milliseconds