Lines Matching refs:execute_string
147 execute_string ("%s", *arg3 ? arg3 : arg2); in cm_xref()
177 execute_string ("%s", arg1); in cm_xref()
182 execute_string ("%s", arg2); in cm_xref()
188 execute_string ("%s", arg3); in cm_xref()
194 execute_string ("%s", arg4); in cm_xref()
200 execute_string ("%s", arg5); in cm_xref()
266 execute_string ("\"../%s/", file_arg); in cm_xref()
268 execute_string ("\"%s.html", file_arg); in cm_xref()
276 execute_string ("%s",ref_name); in cm_xref()
281 execute_string ("%s:", ref_name); in cm_xref()
283 execute_string (" (%s)%s", arg4, arg1); in cm_xref()
310 execute_string ("%s", *arg2 ? arg2 : arg3); in cm_xref()
315 execute_string ("%s:", *arg2 ? arg2 : arg3); in cm_xref()
317 execute_string (" %s", arg1); in cm_xref()
334 execute_string ("%s", arg2); in cm_xref()
338 execute_string ("%s", fref ? fref : arg1); in cm_xref()
347 execute_string ("%s:", arg2); in cm_xref()
349 execute_string (" %s", arg1); in cm_xref()
358 execute_string ("%s:", fref); in cm_xref()
360 execute_string (" %s", arg1); in cm_xref()
367 execute_string ("%s::", arg1); in cm_xref()
440 execute_string ("%s", node); in cm_inforef()
445 execute_string ("%s", pname); in cm_inforef()
449 execute_string ("%s", file); in cm_inforef()
462 execute_string ("\"../%s/", file); in cm_inforef()
464 execute_string ("\"%s.html", file); in cm_inforef()
468 execute_string ("%s", *pname ? pname : tem); in cm_inforef()
475 execute_string ("*note %s: (%s)%s", pname, file, node); in cm_inforef()
477 execute_string ("*note (%s)%s::", file, node); in cm_inforef()
502 execute_string ("%s", replacement); in cm_uref()
504 execute_string ("%s", desc); in cm_uref()
506 execute_string ("%s", url); in cm_uref()
513 execute_string ("%s", url); in cm_uref()
518 execute_string ("%s", desc); in cm_uref()
524 execute_string ("%s", replacement); in cm_uref()
534 execute_string ("\"%s\"", url); in cm_uref()
537 execute_string ("%s", *replacement ? replacement in cm_uref()
542 execute_string ("%s", replacement); in cm_uref()
545 execute_string ("%s ", desc); in cm_uref()
547 execute_string ("(%s)", url); in cm_uref()
553 execute_string ("%s%s%s", in cm_uref()
581 execute_string ("%s", name); in cm_email()
588 execute_string ("%s", addr); in cm_email()
593 execute_string ("%s", name); in cm_email()
603 execute_string ("\"mailto:%s\"", addr); in cm_email()
606 execute_string ("%s", *name ? name : addr); in cm_email()
611 execute_string ("%s%s", name, *name ? " " : ""); in cm_email()
613 execute_string ("<%s>", addr); in cm_email()