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

  /src/sys/dev/qbus/
dhu.c 108 int sc_lines; /* number of lines */ member in struct:dhu_softc
282 sc->sc_lines = 8; /* default */
284 sc->sc_lines = 16;
289 for (i = 0; i < sc->sc_lines; i++) {
439 if (line >= sc->sc_lines)
  /src/games/sail/
pl_7.c 71 static struct stringarray *sc_lines; variable in typeref:struct:stringarray *
115 sc_lines = stringarray_create();
116 if (sc_lines == NULL) {
329 if (stringarray_add(sc_lines, copy, NULL)) {
365 total_lines = stringarray_num(sc_lines);
383 waddstr(scroll_w, stringarray_get(sc_lines, index_of_y));
787 total_lines = stringarray_num(sc_lines);

Completed in 13 milliseconds