Home
last modified time | relevance | path

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

/netbsd/bin/ksh/
H A Dsh.h231 #define E_LOOP 5 /* executing for/while # */ macro
H A Dmain.c636 case E_LOOP:
H A Dexec.c312 e->type = E_LOOP;
352 e->type = E_LOOP;
H A Dc_sh.c602 if (ep->type == E_LOOP) {