Searched refs:in_function (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Deval.h61 /* in_function returns nonzero if we are currently evaluating a function */
62 #define in_function() funcnest macro
H A Dvar.c736 if (! in_function())
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcstyle.pl247 my $in_function = 0;
392 $in_function = 1;
403 $in_function = 0;
442 $in_function = 1;
454 $in_function = 1;
516 (!/^ (\w|\.)/ || $in_function != 0)) {
678 if ($in_function && /^\s+\{/ &&
709 if ($check_continuation && $in_function && !$in_cpp) {
737 if ($in_function && !$in_declaration &&
744 if ($in_function
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py692 self.in_function = False

Completed in 72 milliseconds