Home
last modified time | relevance | path

Searched refs:PUTLIT (Results 1 – 2 of 2) sorted by relevance

/dports/mail/mmh/mmh-0.4/sbr/
H A Dfmt_compile.c239 #define PUTLIT(str) do { NEW(FT_LIT,0,0); fp->f_text = (str); } while (0) macro
367 PUTLIT(sp); in compile()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dfmt_compile.c318 #define PUTLIT(str) do { NEW_FP(FT_LIT,0,0); fp->f_text = getcpy(str); fp->f_flags |= FF_STRALLOC;… macro
441 PUTLIT(sp); in compile()