Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dd/
H A Ddd.c136 static int skipf; /* if skipf == 1, skip rest of input line */ variable
996 skipf = 0; /* not skipping an input line */ in main()
1445 if (skipf) in main()
1450 skipf = 0; in main()
1647 skipf = 1; /* note skip in progress */ in main()
/titanic_41/usr/src/cmd/pg/
H A Dpg.c98 static int skipf(int);
706 if ((skip = skipf(sign *nlines)) == 0) {
718 if ((skip = skipf(-sign * nlines)) == 0) {
1095 skipf(nskip) in skipf() function
/titanic_41/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