OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_decl
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/indent/
indent.c
360
if (lsym == lsym_rbrace && !ps.
in_decl
)
393
return ps.
in_decl
761
if (ps.
in_decl
&& ps.in_var_decl) {
772
ps.
in_decl
= false;
814
ps.
in_decl
= true;
866
if (ps.
in_decl
&& ps.ind_paren_level == 0
924
if (ps.
in_decl
&& code.len == 0 && !ps.in_init &&
930
ps.
in_decl
= ps.decl_level > 0; /* if we were in a first level
968
ps.
in_decl
= true;
969
ps.line_has_decl = ps.
in_decl
;
[
all
...]
io.c
395
&& (!ps.
in_decl
|| ps.in_init)
402
ps.line_has_decl = ps.
in_decl
;
414
&& !ps.
in_decl
)
debug.c
366
debug_ps_bool(
in_decl
);
indent.h
311
bool
in_decl
; /* XXX: double-check the exact meaning */
member in struct:parser_state
Completed in 14 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025