Searched refs:fcseek (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dmacro.c293 cp = fcseek(0);
322 if(c=(cp-1)-fcseek(0))
323 sfwrite(outfile,fcseek(0),c);
324 cp = fcseek(c+1);
337 cp = fcseek(-1);
341 cp=fcseek(-1);
368 fcseek(-1);
380 fcseek(-1);
403 fcseek(-1);
407 cp = fcseek(
[all...]
H A Dlex.c145 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst());
149 off = (fcseek(0)-(type+1)) - lp->lexd.first;
156 off = offset + (fcseek(0)-(type+1)) - fcfirst();
257 lp->lexd.docend = fcseek(0)-1;
342 fcseek(-LEN);
372 fcseek(-LEN);
378 lp->lexd.first = fcseek(0);
391 fcseek(-LEN);
397 fcseek(-1);
469 fcseek(
[all...]
/ast/src/cmd/ksh93/include/
H A Dfcin.h55 #define fcseek(n) ((char*)(_Fcin.fcptr+=(n))) macro

Completed in 16 milliseconds