Lines Matching refs:outp
52 wchar_t *outp; /* Pointer in above */ variable
121 outp = NOSTR; in main()
350 if (outp) { in prefix()
353 *outp = L'\0'; in prefix()
355 outp = NOSTR; in prefix()
494 if (outp == NOSTR) in pack()
497 *outp = L'\0'; in pack()
500 for (cp = word; *cp; *outp++ = *cp++) { in pack()
508 for (cp = word; *cp; *outp++ = *cp++) { in pack()
521 if (outp == NOSTR) in oflush()
523 *outp = L'\0'; in oflush()
525 outp = NOSTR; in oflush()
599 outp = cp; in leadin()