HomeSort by: relevance | last modified time | path
    Searched defs:rahead (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/qsubst/
qsubst.c 137 static int rahead; variable in typeref:typename:int
272 for (i = save - nls[i] - rahead; i; i--) {
276 fseek(workf, save + s1l - rahead, 0);
386 rahead = s1l + 1;
390 rahead = s1l;
393 printf("[rahead = %d, bufp0-buf = %ld]\n",
394 rahead, (long) (bufp0 - &buf[0]));
425 if ((n >= rahead) && foundit() && doit()) {
432 tbeg = ftell(workf) - rahead;
442 if ((n > rahead) && wbehind)
    [all...]
qsubst.c 137 static int rahead; variable in typeref:typename:int
272 for (i = save - nls[i] - rahead; i; i--) {
276 fseek(workf, save + s1l - rahead, 0);
386 rahead = s1l + 1;
390 rahead = s1l;
393 printf("[rahead = %d, bufp0-buf = %ld]\n",
394 rahead, (long) (bufp0 - &buf[0]));
425 if ((n >= rahead) && foundit() && doit()) {
432 tbeg = ftell(workf) - rahead;
442 if ((n > rahead) && wbehind)
    [all...]

Completed in 21 milliseconds