Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh248 myfunc = second;
251 myfunc = i;
256 printf "#undef %s\n", $myfunc;
273 if ($myfunc ~ /innstr/)
275 if ($myfunc ~ /innwstr/)
279 if ($myfunc ~ /ripoffline/) {
282 if ($myfunc ~ /NCURSES_SP_NAME/) {
286 if ($myfunc ~ /wunctrl/) {
291 if ($myfunc ~ /get[n]?str/) {
303 for (i = myfunc; i <= NF; i++) {
[all …]
/freebsd/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c48 void myfunc(size_t ncalls);
138 myfunc(size_t ncalls) in myfunc() function
154 myfunc(12); in ATF_TC_BODY()
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr879 # f_eval_catch myfunc echo 'echo "%s"' "Hello, World!"
883 # DEBUG: myfunc: echo "Hello, World!"
884 # DEBUG: myfunc: retval=0 <output below>
890 # f_eval_catch -k contents myfunc cat 'cat "%s"' /some/file
896 # DEBUG: myfunc: cat "/some/file"
897 # DEBUG: myfunc: retval=1 <output below>
903 # echo 123 | f_eval_catch myfunc rev rev
907 # DEBUG: myfunc: rev
908 # DEBUG: myfunc: retval=0 <output below>
914 # f_eval_catch myfunc true true
[all …]
/freebsd/contrib/ncurses/
H A Daclocal.m42911 myfunc(const char *str, const char *fmt, ...)
2919 myfunc("55", "%d");