Home
last modified time | relevance | path

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

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_analyse.c55 strlower(dummy_pointer->scroll_buf);
58 (strstr(dummy_pointer->scroll_buf,"login")!=NULL))
119 if((help=strstr(dummy_pointer->scroll_buf,"USER"))!=NULL)
123 if(dummy_pointer->scroll_buf[i]==FTP_ENTER)
124 dummy_pointer->scroll_buf[i]=0;
126 for(i=0;i<SCBUF;i++) dummy_pointer->scroll_buf[i]=' ';
129 if((help=strstr(dummy_pointer->scroll_buf,"PASS"))!=NULL)
133 if(dummy_pointer->scroll_buf[i]==FTP_ENTER)
134 dummy_pointer->scroll_buf[i]=0;
136 for(i=0;i<SCBUF;i++) dummy_pointer->scroll_buf[i]=' ';
H A Dsn_structs.h23 char scroll_buf[SCBUF+1]; /* scroll buffer */ member
H A Dsniffit.c267 dummy_pointer->scroll_buf[i] = ' '; in add_dynam()
268 dummy_pointer->scroll_buf[SCBUF] = 0; in add_dynam()
408 dummy_pointer->scroll_buf[i - 1] = dummy_pointer->scroll_buf[i]; in sb_shift()
429 dummy_pointer->scroll_buf[SCBUF - 1] = data[i]; in sbuf_update()
433 dummy_pointer->scroll_buf[SCBUF - 1] = '.'; in sbuf_update()
437 printf ("scr_buf: %s\n", dummy_pointer->scroll_buf); in sbuf_update()
/dports/sysutils/dvtm/dvtm-0.15/
H A Dvt.c321 free(b->scroll_buf[i].cells); in buffer_free()
322 free(b->scroll_buf); in buffer_free()
348 b->scroll_top[i] = b->scroll_buf[b->scroll_index]; in buffer_scroll()
349 b->scroll_buf[b->scroll_index] = tmp; in buffer_scroll()
365 b->scroll_buf[b->scroll_index] = tmp; in buffer_scroll()
395 Row *sbuf = b->scroll_buf; in buffer_resize()
473 *as = &b->scroll_buf[b->scroll_index]; in buffer_boundry()
513 if (row == &b->scroll_buf[b->scroll_size - 1]) in buffer_row_next()
514 return b->scroll_buf; in buffer_row_next()
536 if (row == b->scroll_buf) in buffer_row_prev()
[all …]
/dports/misc/gkrellshoot2/gkrellShoot-0.4.4/
H A Dgkrellshoot.c252 scroll_buf ( gint chart_index ) in scroll_buf() function
420 scroll_buf ( chart_index ); in draw_sine()
853 scroll_buf( chart_index ); in draw_rain()
868 scroll_buf( chart_index ); in draw_rain()
922 scroll_buf( chart_index ); in draw_rstar()
994 else { scroll_buf ( chart_index ); } in draw_colorbar()
1177 else { scroll_buf( chart_index ); } in draw_rline()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_ssv.cpp142 static scroll_rec scroll_buf[2][512]; variable
3012 memset(scroll_buf, 0, sizeof(scroll_buf)); in DrvDoReset()
3940 memcpy(scroll_buf[nCurrentFrame & 1][i].regs, DrvScrollRAM, 0x80); in DrvFrame()
3941 scroll_buf[nCurrentFrame & 1][i].line = i; in DrvFrame()
3945 scroll_buf[nCurrentFrame & 1][i].line = -1; in DrvFrame()
3948 if (scroll_buf[~nCurrentFrame & 1][i].line == i) { // last frame was buffered here! in DrvFrame()
3950 DrvScrollRAMDelayed = &scroll_buf[~nCurrentFrame & 1][i].regs[0]; in DrvFrame()