Searched refs:putp (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/usr.bin/tabs/
H A Dtabs.c155 putp(cr);
156 putp(ct);
164 putp(ML);
171 putp(st);
174 putp(st);
178 putp(st);
181 putp(st);
183 putp(cr);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c198 * This is used for the putp special case.
216 * putp is special - per documentation it calls tputs with putchar as the
222 NCURSES_SP_NAME(putp) (NCURSES_SP_DCLx const char *string) function
230 putp(const char *string) function
232 return NCURSES_SP_NAME(putp) (CURRENT_SCREEN, string);
237 * Use these entrypoints rather than "putp" within the library.
/freebsd-13-stable/contrib/tcsh/
H A Dsh.set.c519 static Char *putp; variable
526 putp = nbuf;
529 *putp++ = '-';
532 *putp = 0;
541 *putp++ = (Char)(n % 10 + '0');
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtput.c271 /* use putp() in order to perform padding */
272 putp(s);
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.c277 volatile uintptr_t *putp; local
287 putp = &stdp->std_put;
288 put = atomic_readandclear_ptr(putp);
681 volatile uintptr_t *putp; local
691 putp = &stdp->std_put;
695 old = *putp;
707 } while (atomic_cmpset_ptr(putp, old, new) == 0);
/freebsd-13-stable/sys/dev/fb/
H A Dfbreg.h188 vi_putp_t *putp; member in struct:video_switch
254 (*vidsw[(adp)->va_index]->putp)((adp), (offset), (p), (a), \
/freebsd-13-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c467 .putp = terasic_mtl_vidsw_putp,
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c186 .putp = am335x_syscons_putp,
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1162 putp(const char *string) function
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c271 .putp = bcmfb_putp,
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c501 .putp = ipu3fb_putp,
/freebsd-13-stable/sys/arm/versatile/
H A Dversatile_clcd.c434 .putp = versatilefb_putp,
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.c136 .putp = ofwfb_putp,
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile1001 curs_terminfo.3 putp.3 \

Completed in 277 milliseconds