Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dexec.h75 const void *itercmd(const void *, struct cmdentry *);
H A Dhistedit.c681 for (const void *a = NULL; (a = itercmd(a, &e)) != NULL;) { in sh_matches()
H A Dexec.c595 itercmd(const void *entry, struct cmdentry *result) in itercmd() function