Home
last modified time | relevance | path

Searched refs:doexpand (Results 1 – 15 of 15) sorted by relevance

/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dmacro.c181 static void doexpand __P(( char *, char *, size_t, int, ENVELOPE *));
184 doexpand(s, buf, bufsize, explevel, e) in doexpand() function
326 doexpand(xbuf, buf, bufsize, explevel + 1, e);
361 doexpand(s, buf, bufsize, 0, e);
/dports/devel/dmake/dmake-4.13.1/
H A Dexpand.c519 ScanToken( s, ps, doexpand )/* in ScanToken() argument
529 int doexpand;
577 start = _scan_macro( s+1, &s, doexpand );
641 _scan_macro( s, ps, doexpand )/* in _scan_macro() argument
664 int doexpand; /* If TRUE enables macro expansion */
711 if( lev == 1 && !fflag && doexpand ) {
774 if (!doexpand) {
/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp3.c835 readline(buf,bufsize,flags,doexpand) in readline() argument
839 int doexpand;
852 (sy->disable != TRUE) && (doexpand == TRUE))
/dports/devel/tradcpp/tradcpp-0.5.3/
H A Dmacro.c686 static void doexpand(struct expstate *es, struct place *p,
912 doexpand(es, p, newbuf2, strlen(newbuf2)); in expand_domacro()
1155 doexpand(struct expstate *es, struct place *p, const char *buf, size_t len) in doexpand() function
1250 doexpand(&es, p, buf, len); in macroexpand()
1268 doexpand(&mainstate, p, buf, len); in macro_sendline()
/dports/graphics/libimg/Img-1.4.12/sgi/
H A Dsgi.c695 #define doexpand \ macro
718 doexpand; in img_rle_expand()
724 doexpand; in img_rle_expand()
730 doexpand; in img_rle_expand()
736 doexpand; in img_rle_expand()
/dports/devel/sunpromake/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/devel/sccs/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/devel/schilybase/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/net/rscsi/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/archivers/star/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/sysutils/cdrtools/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/editors/ved/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/devel/smake/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/sysutils/schilyutils/schily-2021-09-18/smake/
H A Dparse.c59 LOCAL list_t **mklist __PR((char *line, list_t ** tail, BOOL doexpand));
913 mklist(line, tail, doexpand) in mklist() argument
916 BOOL doexpand;
944 if (doexpand)
/dports/lang/yap/yap-6.2.2/C/
H A Dc_interface.c559 doexpand(UInt sz) in doexpand() function
707 if (!doexpand((sz+sizeof(MP_INT)/sizeof(CELL)+2)*sizeof(CELL))) { in YAP_MkBlobTerm()