Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.func.c406 struct whyle *wp; in dogoto()
502 struct whyle *nwp; in doforeach()
525 nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in doforeach()
566 struct whyle *nwp = (struct whyle *)xcalloc(1, sizeof (*nwp)); in dowhile()
956 struct whyle *wp = whyles; in wfree()
957 struct whyle *nwp = wp->w_next; in wfree()
H A Dsh.h358 struct whyle { struct
363 struct whyle *w_next; /* Next (more outer) loop */ argument
H A Dsh.c654 struct whyle *oldwhyl = whyles; in srcunit()
H A Dsh.lex.c1393 struct whyle *wp;