Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c256 const char *firststr, *laststr; in histcmd() local
349 laststr = "-1"; in histcmd()
352 laststr = lflg ? "-1" : argptr[0]; in histcmd()
355 laststr = argptr[1]; in histcmd()
362 last = str_to_event(laststr, 1); in histcmd()