Home
last modified time | relevance | path

Searched refs:null_state (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dhtml.c80 enum { null_state, comment_state, import_state, inline_state } state in process_css_file() enumerator
81 = null_state, prev_state; in process_css_file()
83 prev_state = null_state; in process_css_file()
102 case null_state: /* between things */ in process_css_file()
143 if (state != null_state) in process_css_file()
144 prev_state = null_state; in process_css_file()
157 state = null_state; in process_css_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc2186 struct leh_state null_state; in execute() local
2195 memset (&null_state, 0, sizeof (null_state)); in execute()
2198 lower_eh_constructs_1 (&null_state, &bodyp); in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c2194 struct leh_state null_state; in execute() local
2203 memset (&null_state, 0, sizeof (null_state)); in execute()
2206 lower_eh_constructs_1 (&null_state, &bodyp); in execute()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog4876 * makeinfo/html.c (process_css_file): in null_state, only consider