Home | History | Annotate | Download | only in config

Lines Matching defs:outer

76   struct stag *outer;	        /* Enclosing .struct.  */
657 /* Nesting, link to outer one. */
659 current_stag->inner->outer = current_stag;
693 if (current_stag->outer == NULL)
741 if (current_stag->outer == NULL)
748 current_stag = current_stag->outer;