HomeSort by relevance Sort by last modified time
    Searched defs:skipf (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 131 static int skipf; /* if skipf == 1, skip rest of input line */ variable
935 skipf = 0; /* not skipping an input line */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pg/
pg.c 99 static int skipf(int);
707 if ((skip = skipf(sign *nlines)) == 0) {
719 if ((skip = skipf(-sign * nlines)) == 0) {
1096 skipf(nskip) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/more/
more.c 213 static void skipf(register int nskip);
1486 skipf(register int nskip) function
    [all...]

Completed in 120 milliseconds