Home
last modified time | relevance | path

Searched refs:openparen (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dexpand.c244 char openparen = *p; in variable_expand_string() local
245 char closeparen = (openparen == '(') ? ')' : '}'; in variable_expand_string()
275 if (*p == openparen) in variable_expand_string()
Dread.c2174 char openparen = p[1]; in find_char_unquote() local
2179 if (openparen == '(' || openparen == '{') in find_char_unquote()
2182 char closeparen = (openparen == '(' ? ')' : '}'); in find_char_unquote()
2186 if (*p == openparen) in find_char_unquote()
Dfunction.c2127 char openparen = (*stringp)[0]; in handle_function() local
2128 char closeparen = openparen == '(' ? ')' : '}'; in handle_function()
2156 else if (*end == openparen) in handle_function()
2197 || (! (next = find_next_argument (openparen, closeparen, p, end)))) in handle_function()
Djob.c1537 char openparen = *ref; in new_job() local
1538 char closeparen = openparen == '(' ? ')' : '}'; in new_job()
1585 if (*in == openparen) in new_job()