Searched defs:tmpbuf (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libpp/
H A Dppdata.c65 static char tmpbuf[MAXTOKEN+1]; /* very temporary buffer */ variable
172 &tmpbuf[0], /* tmpbuf */
/ast/src/cmd/cs/vcs_src/
H A Difs_news.c59 char tmpbuf[ STRLEN ]; local
62 buf = tmpbuf;
63 bsize = sizeof(tmpbuf);
H A Difs_ftp.c250 char tmpbuf[ STRLEN ]; local
254 buf = tmpbuf;
255 bsize = sizeof(tmpbuf);
/ast/src/lib/libast/port/
H A Dastlicense.c516 char tmpbuf[COMLINE]; local
525 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
780 x = &tmpbuf[sizeof(tmpbuf)];
/ast/src/cmd/ie/
H A Dvi.c2303 genchar tmpbuf[MAXLINE]; local
2306 p = (genchar*)hist_word(tmpbuf,repeat);
2315 ed_internal((char*)p,tmpbuf);
2316 p = tmpbuf;
/ast/src/cmd/ksh93/edit/
H A Dvi.c2475 genchar tmpbuf[MAXLINE]; local
2478 p = (genchar*)hist_word((char*)tmpbuf,MAXLINE,vp->repeat);
2485 ed_internal((char*)p,tmpbuf);
2486 p = tmpbuf;
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals
1870 char tmpbuf[(70+4)]; local
1879 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
2134 x = &tmpbuf[sizeof(tmpbuf)];

Completed in 69 milliseconds