Home | History | Annotate | Download | only in src

Lines Matching refs:M4

112 | Print to OUT a representation of STRING escaped both for C and M4.  |
509 Test whether m4sugar.m4 is readable, to check for proper
512 char const m4sugar[] = "m4sugar/m4sugar.m4";
516 char const *m4 = (p = getenv ("M4")) ? p : M4;
532 /* Create an m4 subprocess connected to us via two pipes. */
536 m4, full_m4sugar, full_skeleton);
538 argv[0] = m4;
570 /* Read and process m4's output. */
579 reap_subpipe (pid, m4);