Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDeval.c91 static void evalfor(union node *, int);
258 evalfor(n, flags & ~EV_EXIT); in evaltree()
351 evalfor(union node *n, int flags) in evalfor() function