Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c63 #define MAXHISTLOOPS 4 /* max recursions through fc */ macro
315 if (++active > MAXHISTLOOPS) { in histcmd()