Searched refs:headers (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/comp/
H A Dconf.sh207 headers=
240 headers=$headers$nl#include$sp'<'$1'>'
246 headers=$headers$nl#include$sp'<'$1'>'
296 eval CONF_headers_${key}='$'headers
315 eval headers=\"'$'CONF_headers_$key\"
316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
531 headers
[all...]
/ast/src/cmd/mailx/
H A Dcollect.c347 int headers; local
363 headers = 0;
402 headers = 1;
416 if (headers)
439 if (headers) {
442 headers = 0;
631 * Grab the standard headers.
H A Dcmd1.c174 headers(struct msg* msgvec) function
254 return headers(state.msg.list);
585 Dt_t* headers = 0; local
597 if (hp = dictsearch(&headers, pp.name, INSERT|IGNORECASE|STACK))
610 if (hp = dictsearch(&headers, pp.name, LOOKUP)) {
615 note(0, "Too many headers");
628 dictwalk(&headers, blastdump, NiL);
H A Ddata.c53 X("[ message ... ]\nList the selected messages and all headers as name=value pairs suitable for input to the shell."),
67 X("[ message ...]\nPipe the selected messages and all headers through ${PAGER}."),
71 X("[ message ...]\nList the selected messages and all headers on the standard output."),
79 X("[ message ... ] start directory\nSplit the messages into files numbered from start in the named directory, marking the messages SAVE. All headers are ignored. Attachments are named n-m. A line containing <path> <n> <lines> <chars> is listed for each message. Optional attachment information is appended to each line: <n>-<m> <name> <type> <lines> <chars>."),
130 "h[eaders]", CMD(headers), Z|MSGLIST, 0, MMNDEL,
152 "ls", CMD(headers), Z|MSGLIST, 0, MMNDEL,
153 X("[ message .. ]\nEquivalent to headers [ message ...]"),
215 X("[ message ... ] start directory\nThe same as Split except all headers are retained."),
237 X("[ message ... ] file\nCopy the selected messages to file minus the message headers, marking the messages SAVE. write! overwrites file instead of appending."),
259 "F", X("[message...]\tSame as ~f, but retain all headers
[all...]
H A Dlex.c679 headers(state.msg.list);
H A Dmailx.h256 struct header* hp; /* Matched headers here */
257 Dt_t** ignore; /* Ignore these headers */
340 #define GINTERPOLATE (1<<10) /* Check headers for interpolate() */
345 #define GMIME (1L<<15) /* Check MIME content headers */
346 #define GMISC (1L<<16) /* Grab miscellaneous headers */
348 #define GNL (1L<<18) /* Print blank line after headers */
360 #define GCOMPOSE (GEDIT|GSTATUS) /* Composable headers */
361 #define GEDIT (GSTD|GMISC) /* Editable headers */
362 #define GEXTERN (GEDIT&~GBCC) /* External headers */
365 #define GSTD (GNAME|GSUB) /* Standard headers */
[all...]
/ast/src/cmd/pax/
H A Dtar.sh62 [E?Write a tar file with extended headers.]
/ast/src/lib/libast/
H A DMakefile304 * *but* <ast_common.h> may get pulled in by intercepted headers
319 * prepare for compilation by generating these headers first;
320 * this helps mam by catching headers that might be indirectly
329 : clean up obsolete headers :

Completed in 39 milliseconds