Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:blankline
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/scripts/
H
A
D
cd2nroff
205
my $
blankline
= 0;
281
push @desc, "\n" if($
blankline
&& !$header);
288
push @desc, "\n" if($
blankline
&& !$header);
295
push @desc, "\n" if($
blankline
&& !$header);
301
$
blankline
++;
306
push @desc, "\n" if($
blankline
&& !$header);
307
$
blankline
= 0;
330
$
blankline
= 1;
H
A
D
cd2cd
186
my $
blankline
= 0;
191
$
blankline
++;
194
$
blankline
= 0;
203
push @desc, $d if($
blankline
< 2);
/third_party/curl/docs/cmdline-opts/
H
A
D
gen.pl
189
$
blankline
++;
244
$
blankline
++;
309
push @desc, "\n" if($
blankline
&& !$header);
310
$
blankline
= 0;
/third_party/python/Parser/
H
A
D
tokenizer.c
1416
int
blankline
, nonascii;
in tok_get()
local
1421
blankline
= 0;
in tok_get()
1463
blankline
= 0; /* Let it through */
in tok_get()
1468
blankline
= 0;
in tok_get()
1472
blankline
= 1; /* Ignore completely */
in tok_get()
1477
if (!
blankline
&& tok->level == 0) {
in tok_get()
1538
&& !
blankline
in tok_get()
1613
if (
blankline
) {
in tok_get()
1733
if (
blankline
|| tok->level > 0) {
in tok_get()
Completed in 8 milliseconds