Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
DMKlib_gen.sh237 myfunc = second;
240 myfunc = i;
259 if ($myfunc ~ /innstr/)
261 if ($myfunc ~ /innwstr/)
265 if ($myfunc ~ /ripoffline/) {
268 if ($myfunc ~ /NCURSES_SP_NAME/) {
272 if ($myfunc ~ /wunctrl/) {
284 for (i = myfunc; i <= NF; i++) {
353 if ( i == myfunc || ch == "(" )
375 call = call $myfunc "(";
/freebsd-12-stable/contrib/netbsd-tests/lib/libexecinfo/
Dt_backtrace.c48 void myfunc(size_t ncalls);
138 myfunc(size_t ncalls) in myfunc() function
155 myfunc(12); in ATF_TC_BODY()
/freebsd-12-stable/usr.sbin/bsdconfig/share/
Dcommon.subr874 # f_eval_catch myfunc echo 'echo "%s"' "Hello, World!"
878 # DEBUG: myfunc: echo "Hello, World!"
879 # DEBUG: myfunc: retval=0 <output below>
885 # f_eval_catch -k contents myfunc cat 'cat "%s"' /some/file
891 # DEBUG: myfunc: cat "/some/file"
892 # DEBUG: myfunc: retval=1 <output below>
898 # echo 123 | f_eval_catch myfunc rev rev
902 # DEBUG: myfunc: rev
903 # DEBUG: myfunc: retval=0 <output below>
909 # f_eval_catch myfunc true true
[all …]