Searched defs:atend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c111 int atend = FALSE; /* TRUE only if a comment says so */ variable
210 atend = TRUE;
425 * only contain part of stdin - if there's no %%DocumentFonts: (atend) comment
444 if ( (buf[0] != '%' || buf[1] != '!') && atend == FALSE )
472 * the keyword will be a list of fonts separated by white space (or (atend)).
482 atend = TRUE;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2982 ** this version hacked to add `atend' flag to allow state machine
3019 static char atend = 0; local
3022 if (atend) {
3023 atend = 0;
3028 atend++;
3033 atend++;

Completed in 66 milliseconds