Home
last modified time | relevance | path

Searched refs:sc_buf (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/net/sl/
H A Dif_sl.c232 sc->sc_buf = sc->sc_ep + SLBUFSIZE - SLRMAX; in slinit()
233 sc->sc_mp = sc->sc_buf; in slinit()
332 sc->sc_buf = 0; in slclose()
748 bcopy((caddr_t)sc->sc_buf, mtod(m, caddr_t), len); in sl_btom()
844 len = sc->sc_mp - sc->sc_buf; in slinput()
858 bcopy(sc->sc_buf, chdr, CHDR_LEN); in slinput()
861 if ((c = (*sc->sc_buf & 0xf0)) != (IPVERSION << 4)) { in slinput()
865 *sc->sc_buf &= 0x4f; /* XXX */ in slinput()
874 len = sl_uncompress_tcp(&sc->sc_buf, len, in slinput()
880 len = sl_uncompress_tcp(&sc->sc_buf, len, in slinput()
[all …]
H A Dif_slvar.h54 u_char *sc_buf; /* input buffer */ member
/dragonfly/games/sail/
H A Dpl_7.c76 static const char *sc_buf; variable
388 waddstr(scroll_w, sc_buf); in draw_scroll()
389 cursorx = strlen(sc_prompt) + strlen(sc_buf); in draw_scroll()
444 sc_buf = ""; in prompt()
452 sc_buf = NULL; in endprompt()
487 sc_buf = input; in sgetch()
514 sc_buf = buf; in sgetstr()
/dragonfly/usr.bin/indent/
H A Dindent.c59 char sc_buf[sc_size]; variable
309 save_com = sc_buf; in main()
333 memcpy(sc_buf, in_buffer, buf_ptr - in_buffer - 4); in main()
334 save_com = sc_buf + (buf_ptr - in_buffer - 4); in main()
1124 save_com = sc_buf; in main()
H A Dindent_globs.h135 extern char sc_buf[sc_size]; /* input text is saved here when looking
H A Dpr_comment.c155 sc_buf : in_buffer; in pr_comment()