Lines Matching refs:o
163 reference_variable (char *o, char *name, unsigned int length) in reference_variable() argument
175 return o; in reference_variable()
179 o = variable_buffer_output (o, value, strlen (value)); in reference_variable()
184 return o; in reference_variable()
200 register char *p, *o, *p1; in variable_expand_string() local
208 o = line; in variable_expand_string()
225 o = variable_buffer_output (o, p, p1 != 0 ? (unsigned int)(p1 - p) : strlen (p) + 1); in variable_expand_string()
237 o = variable_buffer_output (o, p, 1); in variable_expand_string()
251 op = o; in variable_expand_string()
255 o = op; in variable_expand_string()
364 o = patsubst_expand (o, value, pattern, replace, in variable_expand_string()
376 o = reference_variable (o, beg, end - beg); in variable_expand_string()
392 o = reference_variable (o, p, 1); in variable_expand_string()
406 (void)variable_buffer_output (o, "", 1); in variable_expand_string()