Searched refs:context_buf (Results 1 – 1 of 1) sorted by relevance
180 static VSTRING *context_buf = 0; in master_conf_context() local182 if (context_buf == 0) in master_conf_context()183 context_buf = vstring_alloc(100); in master_conf_context()184 vstring_sprintf(context_buf, "%s: line %d", master_path, master_line); in master_conf_context()185 return (vstring_str(context_buf)); in master_conf_context()