Searched refs:nextline (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c98 topline = nextline = 1;
186 nextline = topline; /* go back to this page */
189 if (nextline > 1 && nextline <= mdisprefs) {
190 nextline = 1;
192 nextline -= mdisprefs;
195 if (nextline < 1) {
196 nextline = totallines - mdisprefs + 1;
197 if (nextline < 1) {
198 nextline
[all...]
H A Ddisplay.c56 int nextline; /* next line to be shown */ variable
201 if (nextline > totallines) {
219 topline = nextline;
228 ++nextline;
308 if (topline == nextline - 1) {
323 --nextline;
324 seekline(nextline);
334 bottomline = nextline;
355 drawscrollbar(topline, nextline, totallines);
436 nextline
[all...]
H A Dglobal.h141 extern int nextline; /* next line to be shown */
H A Dmain.c1560 drawscrollbar(topline, nextline, totallines);
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.c49 nextline:
58 goto nextline;
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c38 static int nextline; variable
117 nextline = 1;
133 lineno = nextline;
135 nextline++;
144 nextline--;
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c39 static int nextline; variable
220 nextline = 1;
235 lineno = nextline;
237 nextline++;
246 nextline--;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwnoutref.c146 goto nextline;
197 nextline:
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c178 nextline(fd, line) function
379 while (((cp = nextline(fptr, line)) != NULL) &&
930 while (((cp = nextline(fptr, line)) != NULL) &&
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c89 static char *nextline(struct pam_fh *, pam_handle_t *, int *);
2147 if ((cp = nextline(pam_fh, pamh, &err)) == NULL) {
2378 * nextline - skip all blank lines and comments
2382 nextline(struct pam_fh *pam_fh, pam_handle_t *pamh, int *err) function
2444 "nextline[%d:%s]: pam.conf line too long %.256s",
2457 "nextline[%d:%s]: pam.conf line too long %.256s",

Completed in 99 milliseconds