OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:own_lens
(Results
1 - 5
of
5
) sorted by null
/external/ltrace/
type.h
66
int
own_lens
;
member in struct:arg_type_info
type.c
80
info->
own_lens
= 0;
259
if (info->
own_lens
) {
348
assert(!info->
own_lens
);
350
retp->
own_lens
= info->
own_lens
;
read_config_file.c
654
info->
own_lens
= 0;
839
(*retp)->
own_lens
= 1;
1021
int
own_lens
;
local
1022
struct lens *lens = name2lens(str, &
own_lens
);
1047
if (
own_lens
&& lens != NULL)
1065
info->
own_lens
=
own_lens
;
printf.c
371
infop->
own_lens
= 0;
lens_default.c
565
info->
own_lens
= 0;
Completed in 3226 milliseconds