Lines Matching refs:execute_string

145                   execute_string ("%s", *arg3 ? arg3 : arg2);  in cm_xref()
175 execute_string ("%s", arg1); in cm_xref()
180 execute_string ("%s", arg2); in cm_xref()
186 execute_string ("%s", arg3); in cm_xref()
192 execute_string ("%s", arg4); in cm_xref()
198 execute_string ("%s", arg5); in cm_xref()
264 execute_string ("\"../%s/", file_arg); in cm_xref()
266 execute_string ("\"%s.html", file_arg); in cm_xref()
274 execute_string ("%s",ref_name); in cm_xref()
279 execute_string ("%s:", ref_name); in cm_xref()
281 execute_string (" (%s)%s", arg4, arg1); in cm_xref()
308 execute_string ("%s", *arg2 ? arg2 : arg3); in cm_xref()
313 execute_string ("%s:", *arg2 ? arg2 : arg3); in cm_xref()
315 execute_string (" %s", arg1); in cm_xref()
332 execute_string ("%s", arg2); in cm_xref()
336 execute_string ("%s", fref ? fref : arg1); in cm_xref()
345 execute_string ("%s:", arg2); in cm_xref()
347 execute_string (" %s", arg1); in cm_xref()
356 execute_string ("%s:", fref); in cm_xref()
358 execute_string (" %s", arg1); in cm_xref()
365 execute_string ("%s::", arg1); in cm_xref()
438 execute_string ("%s", node); in cm_inforef()
443 execute_string ("%s", pname); in cm_inforef()
447 execute_string ("%s", file); in cm_inforef()
460 execute_string ("\"../%s/", file); in cm_inforef()
462 execute_string ("\"%s.html", file); in cm_inforef()
466 execute_string ("%s", *pname ? pname : tem); in cm_inforef()
473 execute_string ("*note %s: (%s)%s", pname, file, node); in cm_inforef()
475 execute_string ("*note (%s)%s::", file, node); in cm_inforef()
500 execute_string ("%s", replacement); in cm_uref()
502 execute_string ("%s", desc); in cm_uref()
504 execute_string ("%s", url); in cm_uref()
511 execute_string ("%s", url); in cm_uref()
516 execute_string ("%s", desc); in cm_uref()
522 execute_string ("%s", replacement); in cm_uref()
532 execute_string ("\"%s\"", url); in cm_uref()
535 execute_string ("%s", *replacement ? replacement in cm_uref()
540 execute_string ("%s", replacement); in cm_uref()
543 execute_string ("%s ", desc); in cm_uref()
545 execute_string ("(%s)", url); in cm_uref()
551 execute_string ("%s%s%s", in cm_uref()
579 execute_string ("%s", name); in cm_email()
586 execute_string ("%s", addr); in cm_email()
591 execute_string ("%s", name); in cm_email()
601 execute_string ("\"mailto:%s\"", addr); in cm_email()
604 execute_string ("%s", *name ? name : addr); in cm_email()
609 execute_string ("%s%s", name, *name ? " " : ""); in cm_email()
611 execute_string ("<%s>", addr); in cm_email()