Searched refs:inside (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/tools/tools/whereintheworld/
H A Dwhereintheworld.pl16 my $inside = 0;
26 $inside = !$inside;
32 if ($inside && $line =~ /^>>>/) {
/freebsd-9.3-release/contrib/gcc/cp/
H A Drepo.c62 int inside = 0; local
75 else if (! inside && c == ' ')
77 else if (! inside && c == '\\')
80 inside = !inside;
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dregex.c207 if (seen_char || neg) goto inside;
212 if (range == 2) goto inside;
213 if (!seen_char) goto inside;
249 goto inside;
256 inside:
/freebsd-9.3-release/bin/sh/
H A Doutput.c155 /* Can't quote single quotes inside single quotes. */
/freebsd-9.3-release/usr.bin/lex/
H A Dscan.l550 synerr( _( "bad character inside {}'s" ) );
629 synerr( _( "EOF encountered inside an action" ) );
/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dffs_subr.c61 subfield = inside[siz];
H A Dffs_alloc.c581 subfield = inside[allocsiz];
/freebsd-9.3-release/sys/conf/
H A Dkern.mk44 # operations inside the kernel itself. These operations are exclusively
95 # operations inside the kernel itself. These operations are exclusively
119 # Also explicitly disable Altivec instructions inside the kernel.
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcheck_cvs.in24 Please do not run this script inside of the repository itself,
101 # Do not run this script inside the repository. Choose
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc220 // rather than inside of the signal handler. If we see the vector grow, we
/freebsd-9.3-release/contrib/file/
H A DREADME79 src/compress.c - handles decompressing files to look inside.
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_subr.c154 subfield = inside[siz];
H A Dffs_tables.c41 * used as ((map & around) == inside)
46 int inside[9] = { variable
H A Dfs.h769 extern int inside[], around[];
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c420 int inside = 0;
430 else if (! inside && c == ' ')
432 else if (! inside && c == '\\')
435 inside = !inside;
414 int inside = 0; local
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex173 % The following is used inside several \edef's.
675 % percent of a page (\vfilllimit can be changed inside of @tex).
688 % Do @comment since we are called inside an environment such as
798 % This defn is used inside fill environments such as @defun.
801 % This defn is used inside nofill environments such as @example.
1814 % (inside @code that is), therefore an endless loop.
1827 % `example' (@kbd uses ttsl only inside of @example and friends),
2028 % because the headline and footline are only empty inside the group.
2081 % It can also be used inside @quotation.
2168 % chapter name on inside to
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex182 % The following is used inside several \edef's.
699 % percent of a page (\vfilllimit can be changed inside of @tex).
712 % Do @comment since we are called inside an environment such as
822 % This defn is used inside fill environments such as @defun.
825 % This defn is used inside nofill environments such as @example.
1907 % (inside @code that is), therefore an endless loop.
1942 % `example' (@kbd uses ttsl only inside of @example and friends),
2191 % because the headline and footline are only empty inside the group.
2244 % It can also be used inside @quotation.
2331 % chapter name on inside to
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex174 % The following is used inside several \edef's.
676 % percent of a page (\vfilllimit can be changed inside of @tex).
689 % Do @comment since we are called inside an environment such as
799 % This defn is used inside fill environments such as @defun.
802 % This defn is used inside nofill environments such as @example.
1828 % (inside @code that is), therefore an endless loop.
1841 % `example' (@kbd uses ttsl only inside of @example and friends),
2090 % because the headline and footline are only empty inside the group.
2143 % It can also be used inside @quotation.
2230 % chapter name on inside to
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py73 """Creates the name inside an enumeration for distinguishing data
1421 inside = ' '.join(tokens[3:-1])
1423 tokens = inside.split(';')
1495 # We are inside the struct
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY2103 Added another m_pullup() inside fr_check() for BSD style kernels and
2236 Now includes TCP fragments which start inside the TCP header as being short.
/freebsd-9.3-release/contrib/bmake/
H A Dconfigure3034 inside strings and character constants. */
4034 inside strings and character constants. */
6596 # On cygwin, bash can eat \r inside `` if the user requested igncr.
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c337 /* True if `size1' is non-NULL and PTR is pointing anywhere inside
1518 for the subexpressions which we are currently inside. Also records
1916 /* Address of beginning of regexp, or inside of last group. */
2223 /* \ might escape characters inside [...] and [^...]. */
2579 groups were inside this one. */
2886 /* Can't back reference to a subexpression if inside of it. */
3823 inside the loop. */
4165 the subexpressions we're currently inside, plus the number of such
4553 testing `translate' inside the loop. */
5230 /* We win if the charset_not inside th
[all...]
/freebsd-9.3-release/contrib/gperf/lib/
H A Dconfigure2524 inside strings and character constants. */
/freebsd-9.3-release/contrib/gperf/src/
H A Dconfigure2526 inside strings and character constants. */
/freebsd-9.3-release/contrib/less/
H A Dconfigure2878 inside strings and character constants. */
6211 # On cygwin, bash can eat \r inside `` if the user requested igncr.

Completed in 237 milliseconds

12