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:OPT_PAPER
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
ibm.c
432
s->opt[
OPT_PAPER
].name = "paper";
in init_options()
433
s->opt[
OPT_PAPER
].title = "Paper format";
in init_options()
434
s->opt[
OPT_PAPER
].desc = "Sets the paper format.";
in init_options()
435
s->opt[
OPT_PAPER
].type = SANE_TYPE_STRING;
in init_options()
436
s->opt[
OPT_PAPER
].size = max_string_size (paper_list);
in init_options()
437
s->opt[
OPT_PAPER
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
438
s->opt[
OPT_PAPER
].constraint.string_list = paper_list;
in init_options()
439
s->val[
OPT_PAPER
].s = strdup (paper_list[s->hw->info.paper_default]);
in init_options()
746
case
OPT_PAPER
:
in sane_control_option()
780
if (strcmp(s->val[
OPT_PAPER
]
in sane_control_option()
[all...]
H
A
D
sharp.c
1914
s->opt[
OPT_PAPER
].name = "Paper size";
in init_options()
1915
s->opt[
OPT_PAPER
].title = "Paper size";
in init_options()
1916
s->opt[
OPT_PAPER
].desc = "Paper size";
in init_options()
1917
s->opt[
OPT_PAPER
].type = SANE_TYPE_STRING;
in init_options()
1923
s->opt[
OPT_PAPER
].size = max_string_size (paper_list_jx610);
in init_options()
1924
s->opt[
OPT_PAPER
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
1925
s->opt[
OPT_PAPER
].constraint.string_list = paper_list_jx610;
in init_options()
1926
s->val[
OPT_PAPER
].s = strdup (paper_list_jx610[1]);
in init_options()
1930
s->opt[
OPT_PAPER
].size = max_string_size (paper_list_jx330);
in init_options()
1931
s->opt[
OPT_PAPER
]
in init_options()
[all...]
H
A
D
ibm.h
226
OPT_PAPER
, /* predefined formats */
enumerator
H
A
D
sharp.h
77
OPT_PAPER
,
enumerator
H
A
D
nec.h
80
OPT_PAPER
,
enumerator
H
A
D
nec.c
1500
"Paper size", paper_list_pcin500,
OPT_PAPER
, 0);
in init_options()
1503
"Paper size", paper_list_pcinxxx,
OPT_PAPER
, 1);
in init_options()
2273
case
OPT_PAPER
:
in sane_control_option()
2455
case
OPT_PAPER
:
in sane_control_option()
Completed in 11 milliseconds