Home | History | Annotate | Download | only in config

Lines Matching defs:outer

76   struct stag *outer;	        /* Enclosing .struct.  */
670 /* Nesting, link to outer one. */
673 current_stag->inner->outer = current_stag;
707 if (current_stag->outer == NULL)
755 if (current_stag->outer == NULL)
762 current_stag = current_stag->outer;