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

  /src/usr.bin/indent/
indent.c 371 indent_declarator(int decl_ind, bool tabs_to_var)
375 int target = base + decl_ind;
613 indent_declarator(ps.decl_ind, ps.tabs_to_var);
762 ps.di_stack[ps.decl_level] = ps.decl_ind;
775 ps.decl_ind = 0;
808 ps.decl_ind = ps.di_stack[--ps.decl_level];
811 ps.decl_ind = ps.ind_level == 0
841 int ind = ps.decl_ind - (int)token.len;
869 indent_declarator(ps.decl_ind - 1, ps.tabs_to_var);
927 indent_declarator(ps.decl_ind - 1, ps.tabs_to_var)
    [all...]
debug.c 388 debug_ps_int(decl_ind);
indent.h 357 int decl_ind; /* current indentation for declarations */ member in struct:parser_state

Completed in 45 milliseconds