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:text_byte
(Results
1 - 1
of
1
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
vi.c
389
static char
text_byte
(size_t offset)
in text_byte()
function
405
for (;!(finished = utf8_dec(
text_byte
(offset), scratch, &state)); offset++)
in text_codepoint()
436
if (
text_byte
(offset) == '\n') offset++;
in text_nsol()
445
if (offset &&
text_byte
(offset-1) != '\n') offset = text_sol(offset-1);
in text_psol()
662
for (str = TT.yank.data ; start<end; start++, str++) *str =
text_byte
(start);
in vi_yank()
708
if (
text_byte
(TT.cursor) == '\n') TT.cursor++;
in cur_left()
825
if (
text_byte
(TT.cursor) == '\n') {
in vi_x()
830
if (
text_byte
(TT.cursor) == '\n') TT.vi_mov_flag |= 2;
in vi_x()
843
char c =
text_byte
(TT.cursor);
in vi_movw()
849
if ((c =
text_byte
(T
in vi_movw()
[all...]
Completed in 2 milliseconds