Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dexec.h73 const void *itercmd(const void *, struct cmdentry *);
H A Dhistedit.c679 for (const void *a = NULL; (a = itercmd(a, &e)) != NULL;) { in sh_matches()
H A Dexec.c593 itercmd(const void *entry, struct cmdentry *result) in itercmd() function