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

  /src/usr.bin/indent/
indent.c 732 ps.init_level++;
749 if (ps.paren.len > 0 && ps.init_level == 0) {
787 if (ps.paren.len > 0 && ps.init_level == 0) {
796 if (ps.init_level > 0)
797 ps.init_level--;
875 if (ps.init_level == 0)
921 ps.init_level = 0;
debug.c 370 debug_ps_int(init_level);
indent.h 320 int init_level; /* the number of '{}' in an initializer */ member in struct:parser_state
io.c 396 && ps.init_level == 0;
  /src/sys/dev/ic/
aic79xxvar.h 687 uint8_t init_level; /* member in struct:scb_data
1223 u_int init_level; member in struct:ahd_softc
aic7xxxvar.h 736 uint8_t init_level; /* member in struct:scb_data
1187 u_int init_level; member in struct:ahc_softc
aic7xxx.c 3876 ahc->init_level++;
3913 switch (ahc->init_level) {
4087 if (ahc->init_level == 0)
4216 scb_data->init_level++;
4225 scb_data->init_level++;
4231 scb_data->init_level++;
4265 switch (scb_data->init_level) {
4513 ahc->init_level++;
4531 ahc->init_level++;
aic79xx.c 5162 switch (ahd->init_level) {
5505 switch (scb_data->init_level) {
5797 scb_data->init_level++;
5840 scb_data->init_level++;
5882 scb_data->init_level++;
6073 ahd->init_level++;

Completed in 27 milliseconds