Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smfi_getsymval(3n) [hpux man page]

smfi_getsymval(3N)														smfi_getsymval(3N)

NAME
smfi_getsymval() - gets the value of a sendmail macro SYNOPSIS
PARAMETERS
ctx Specifies the opaque context structure. symname Specifies the name of a macro. Single letter macros can optionally be enclosed in braces and longer macro names must be enclosed in braces, similar to the macro names in the file. For information on default macros, see the section. DESCRIPTION
The routine can be called from any of the callback functions at any time depending on the macros defined in Notes The following are default macros: o These macros are sent with the callback function. o These macros are sent with the callback function. o These macros are sent with the callback function. o These macros are sent with the callback function. All macros specified with callback functions and are active from the point they are received until the end of the connection. All macros specified with the callback function are active from the point they are received until the end of the message. All macros specified with the callback function are active for each recipient. The macro list can be changed using the options in the file. The scope of such macros is determined by when they are set by RETURN VALUE
The routine returns the value of the given macro as a null-terminated string. returns NULL if the macro is not defined. AUTHOR
The routine was developed by the Sendmail Inc. SEE ALSO
smfi_getpriv(3N), smfi_setmlreply(3N), smfi_setreply(3N), smfi_setpriv(3N). on smfi_getsymval(3N)

Check Out this Related Man Page

GROFF_MOM(7)						 Miscellaneous Information Manual					      GROFF_MOM(7)

NAME
groff_mom - groff `mom' macros SYNOPSIS
groff -mom [ files... ] groff -m mom [ files... ] DESCRIPTION
mom ("my own macros", "my other macros", "maximum overdrive macros", ...) is a macro set for groff, designed primarily to format documents for PostScript output. mom provides two categories of macros: macros for typesetting and macros for document processing. The typesetting macros provide access to groff's typesetting power in ways that are simpler to master and to use than groff's primitives. The document processing macros provide customizable markup "tags" that allow the user to design and output professional-looking documents with a minimum of typesetting interven- tion. mom comes with her own (very) complete documentation in HTML format. FILES
om.tmac - the main macro file mom.tmac - a wrapper file that calls om.tmac directly. </usr/share/doc/groff-base/html/mom/toc.html> - entry point to the HTML documentation /usr/share/doc/groff-base/examples/mom/* - example files using mom AUTHOR
mom was written by Peter Schaffter <peter@schaffter.ca>. Please send bug reports to the groff bug mailing list <bug-groff@gnu.org> or directly to the author at the address, above. Groff Version 1.21 25 June 2012 GROFF_MOM(7)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

macro

Can i define a macro for a function of 10 LOC. (9 Replies)
Discussion started by: bankpro
9 Replies

2. Linux

What are the meaning of these macros..

Masters, I am trying to learn the serial mouse driver for linux kernel. On the kernel source tree I find out these macros and I am unable to find out the meaning of these macros. Please anyone help me to understand these. These macros are defined in linux/serio.h... (2 Replies)
Discussion started by: iamjayanth
2 Replies

3. Shell Programming and Scripting

Unix macro help

Hi, I just opened one old RH box and found number of "macros" in there, that how they called in how-to doc, let say you type <rx> and this does a lot of stuff. I can't figure out how it work, how I can edit/display these macros? Can anybody point to the right directions? I have some academic... (3 Replies)
Discussion started by: trento17
3 Replies