Home
last modified time | relevance | path

Searched refs:skipf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c141 static int skipf; /* if skipf == 1, skip rest of input line */ variable
1034 skipf = 0; /* not skipping an input line */ in main()
1449 if (skipf) { in main()
1452 skipf = 0; in main()
1617 skipf = 1; /* note skip in progress */ in main()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c100 static int skipf(int);
705 if ((skip = skipf(sign *nlines)) == 0) { in command()
717 if ((skip = skipf(-sign * nlines)) == 0) { in command()
1090 skipf(int nskip) in skipf() function
/illumos-gate/usr/src/cmd/more/
H A Dmore.c211 static void skipf(register int nskip);
1232 skipf ((int)nlines); in colon()
1243 skipf ((int)-nlines); in colon()
1484 skipf(register int nskip) in skipf() function