Lines Matching defs:cp
112 | Print to OUT a representation of CP quoted and escaped for M4. |
116 quoted_output (FILE *out, char const *cp)
120 for (; *cp; cp++)
121 switch (*cp)
127 default: fputc (*cp, out); break;
173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo);
176 int width = strlen (cp) + 2;
186 obstack_escape (&format_obstack, cp);
187 free (cp);