Searched refs:openparen (Results 1 – 4 of 4) sorted by relevance
244 char openparen = *p; in variable_expand_string() local245 char closeparen = (openparen == '(') ? ')' : '}'; in variable_expand_string()275 if (*p == openparen) in variable_expand_string()
2174 char openparen = p[1]; in find_char_unquote() local2179 if (openparen == '(' || openparen == '{') in find_char_unquote()2182 char closeparen = (openparen == '(' ? ')' : '}'); in find_char_unquote()2186 if (*p == openparen) in find_char_unquote()
2127 char openparen = (*stringp)[0]; in handle_function() local2128 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()
1537 char openparen = *ref; in new_job() local1538 char closeparen = openparen == '(' ? ')' : '}'; in new_job()1585 if (*in == openparen) in new_job()