Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c52 struct whyle *whyles;
417 struct whyle *wp; in dogoto()
513 struct whyle *nwp; in doforeach()
536 nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in doforeach()
577 struct whyle *nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in dowhile()
967 struct whyle *wp = whyles; in wfree()
968 struct whyle *nwp = wp->w_next; in wfree()
H A Dsh.h341 extern struct whyle { struct
346 struct whyle *w_next; /* Next (more outer) loop */ argument
H A Dsh.c658 struct whyle *oldwhyl = whyles; in srcunit()
H A Dsh.lex.c1400 struct whyle *wp;