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

  /src/usr.bin/indent/
debug.c 371 debug_ps_bool(line_has_func_def);
indent.h 321 bool line_has_func_def; /* starts either at the 'name(' from a function member in struct:parser_state
io.c 403 ps.line_has_func_def = false;
indent.c 397 && !ps.line_has_func_def
634 || ps.line_has_func_def)
867 && !ps.line_has_func_def && !ps.in_init && !ps.decl_indent_done) {

Completed in 14 milliseconds