OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:double_colon
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/make-3.81/
remake.c
49
#define start_updating(_f) (((_f)->
double_colon
? (_f)->
double_colon
: (_f))\
51
#define finish_updating(_f) (((_f)->
double_colon
? (_f)->
double_colon
: (_f))\
53
#define is_updating(_f) (((_f)->
double_colon
? (_f)->
double_colon
: (_f))\
131
for (file = g->file->
double_colon
? g->file->
double_colon
: g->file;
291
f = file->
double_colon
? file->
double_colon
: file
[
all
...]
file.c
170
if (! HASH_VACANT (f) && !f->
double_colon
)
192
new->
double_colon
= f;
250
for (f = from_file->
double_colon
; f != 0; f = f->prev)
301
if (to_file->
double_colon
&& from_file->is_target && !from_file->
double_colon
)
304
if (!to_file->
double_colon
&& from_file->
double_colon
)
310
to_file->
double_colon
= from_file->
double_colon
;
889
printf ("%s:%s", f->name, f->
double_colon
? ":" : "")
[
all
...]
filedef.h
62
struct file *
double_colon
;
member in struct:file
variable.c
469
if (file->
double_colon
&& file->
double_colon
!= file)
471
initialize_file_variables (file->
double_colon
, reading);
472
l->next = file->
double_colon
->variables;
[
all
...]
main.c
[
all
...]
Completed in 582 milliseconds