Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c254 int lflg = 0, nflg = 0, rflg = 0, sflg = 0; in histcmd() local
280 lflg = 1; in histcmd()
300 if (lflg == 0 || editor || sflg) { in histcmd()
301 lflg = 0; /* ignore */ in histcmd()
338 if (lflg == 0 && *argptr != NULL && in histcmd()
348 firststr = lflg ? "-16" : "-1"; in histcmd()
352 laststr = lflg ? "-1" : argptr[0]; in histcmd()
403 if (lflg) { in histcmd()
454 if (lflg == 0 && active > 0) in histcmd()