Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.func.c64 static void wpfree (struct whyle *);
428 struct whyle *wp; in gotolab()
513 struct whyle *nwp; in doforeach()
581 struct whyle *nwp = xcalloc(1, sizeof(*nwp)); in dowhile()
753 struct whyle *wp; in search()
1121 wpfree(struct whyle *wp) in wpfree()
1133 struct whyle *nwp; in wfree()
1150 struct whyle *wp = whyles; in wfree()
H A Dsh.h995 EXTERN struct whyle { struct
1000 struct whyle *w_next; /* Next (more outer) loop */ argument
H A Dsh.c126 struct whyle *whyles;