Searched refs:myfunc (Results 1 – 3 of 3) sorted by relevance
237 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 "(";
48 void myfunc(size_t ncalls);138 myfunc(size_t ncalls) in myfunc() function155 myfunc(12); in ATF_TC_BODY()
874 # 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/file891 # DEBUG: myfunc: cat "/some/file"892 # DEBUG: myfunc: retval=1 <output below>898 # echo 123 | f_eval_catch myfunc rev rev902 # DEBUG: myfunc: rev903 # DEBUG: myfunc: retval=0 <output below>909 # f_eval_catch myfunc true true[all …]