Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dexec.c30 static char *do_selectargs(char **, bool);
306 if (!(cp = do_selectargs(ap, is_first))) { in execute()
1249 do_selectargs(char **ap, bool print_menu) in do_selectargs() function