Lines Matching refs:nest
95 char nest; /* { or } nesting operation */ member
498 if (ep->nest == '{') in ckmagic()
939 if (ep->nest == '}') in ckmagic()
1672 ep->nest = *p; in load()
1687 ep->nest = ' '; in load()
1696 last->nest = *p; in load()
1726 ep->nest = ' '; in load()
1737 if (!ep->nest) in load()
1738 ep->nest = (lev > 0 && lev != ent) ? ('0' + lev - !!ent) : ' '; in load()
1762 last->nest = '{'; in load()
1765 ep->nest = '1'; in load()
1796 last->nest = '}'; in load()
1797 ep->nest = ' '; in load()
2412 sfprintf(sp, "%c %c\t", ep->cont, ep->nest); in magiclist()