Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c75 static int str_to_event(const char *, int);
361 first = str_to_event(firststr, 0); in histcmd()
362 last = str_to_event(laststr, 1); in histcmd()
494 str_to_event(const char *str, int last) in str_to_event() function