OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:head_ref
(Results
1 - 2
of
2
) sorted by null
/external/v8/build/git-hooks/
pre-commit
15
head_ref
=MERGE_HEAD
18
head_ref
=HEAD
22
head_ref
=HEAD
25
submods=$(submodule_diff $
head_ref
)
52
if [ "$(git ls-files .gitmodules)" ] && [ "$(gitmodules_diff $
head_ref
)" ]; then
/external/toybox/toys/posix/
cut.c
48
struct slist *current, *
head_ref
, *temp1_node;
local
50
head_ref
= TT.slist_head;
56
if (!
head_ref
||
head_ref
->start >= start) {
57
temp1_node->next =
head_ref
;
58
head_ref
= temp1_node;
61
current =
head_ref
;
67
TT.slist_head =
head_ref
;
Completed in 284 milliseconds