Searched refs:heredocs (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/vim-55/runtime/indent/
H A Dperl.vim66 " Don't reindent POD and heredocs
71 " Indent end-of-heredocs markers to column 0
79 " Without syntax hints, assume that end-of-heredocs markers begin with EO
95 " Skip heredocs, POD, and comments on 1st column
H A Dperl6.vim78 " Don't reindent POD and heredocs
94 " Skip heredocs, POD, and comments on 1st column
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dtrestore.c248 if(shp->heredocs)
249 iop->iooffset = sfseek(shp->heredocs,(off_t)0,SEEK_END);
252 shp->heredocs = sftmp(512);
255 sfmove(infile,shp->heredocs, iop->iosize, -1);
H A Dtdump.c204 sfseek(sh.heredocs,iop->iooffset,SEEK_SET);
205 sfmove(sh.heredocs,outfile, iop->iosize,-1);
H A Dio.c1557 if(!(iop->iofile&IOSTRG) && (!shp->heredocs || iop->iosize==0))
1575 int fno = sffileno(shp->heredocs);
1584 off = sftell(shp->heredocs);
1585 infile = subopen(shp,shp->heredocs,iop->iooffset,iop->iosize);
1606 sfseek(shp->heredocs,off,SEEK_SET);
2234 if(sp==shp->heredocs && fd < 10 && flag==SF_SETFD)
H A Ddeparse.c597 sfseek(infile=sh.heredocs,iop->iooffset,SEEK_SET);
H A Dinit.c1622 if(shp->heredocs)
1624 sfclose(shp->heredocs);
1625 shp->heredocs = 0;
H A Dnvtype.c1680 iop = shp->heredocs;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dprint_cmd.c813 REDIRECT *heredocs, *hdtail, *newredir; local
815 heredocs = (REDIRECT *)NULL;
816 hdtail = heredocs;
827 if (heredocs)
833 hdtail = heredocs = newredir;
852 if (heredocs)
855 for (hdtail = heredocs; hdtail; hdtail = hdtail->next)
860 dispose_redirects (heredocs);
/macosx-10.10/zsh-61/zsh/Src/
H A Dlex.c222 struct heredocs *hdocs;
400 struct heredocs *next = hdocs->next;
415 zfree(hdocs, sizeof(struct heredocs));
423 zfree(hdocs, sizeof(struct heredocs));
H A Dparse.c69 struct heredocs *hdocs;
250 struct heredocs *h;
429 struct heredocs *p, *n;
433 zfree(p, sizeof(struct heredocs));
1857 struct heredocs **hd;
1889 *hd = zalloc(sizeof(struct heredocs));
H A Dzsh.h983 struct heredocs { struct
984 struct heredocs *next;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Ddefs.h150 Sfio_t *heredocs; /* current here-doc temp file */ \
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtypeset.c1346 iop = tp->sh->heredocs;

Completed in 338 milliseconds