Home
last modified time | relevance | path

Searched refs:putp (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/usr.bin/tabs/
H A Dtabs.c152 putp(cr); in main()
153 putp(ct); in main()
161 putp(ML); in main()
168 putp(st); in main()
171 putp(st); in main()
175 putp(st); in main()
178 putp(st); in main()
180 putp(cr); in main()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c236 NCURSES_SP_NAME(putp) (NCURSES_SP_DCLx const char *string) in NCURSES_SP_NAME() argument
244 putp(const char *string) in putp() function
246 return NCURSES_SP_NAME(putp) (CURRENT_SCREEN, string); in putp()
/freebsd/contrib/tcsh/
H A Dsh.set.c519 static Char *putp; variable
526 putp = nbuf; in putn()
529 *putp++ = '-'; in putn()
532 *putp = 0; in putn()
541 *putp++ = (Char)(n % 10 + '0'); in putn1()
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c275 volatile uintptr_t *putp; in sfxge_tx_qdpl_swizzle() local
285 putp = &stdp->std_put; in sfxge_tx_qdpl_swizzle()
286 put = atomic_readandclear_ptr(putp); in sfxge_tx_qdpl_swizzle()
679 volatile uintptr_t *putp; in sfxge_tx_qdpl_put_unlocked() local
689 putp = &stdp->std_put; in sfxge_tx_qdpl_put_unlocked()
693 old = *putp; in sfxge_tx_qdpl_put_unlocked()
705 } while (atomic_cmpset_ptr(putp, old, new) == 0); in sfxge_tx_qdpl_put_unlocked()
/freebsd/sys/dev/fb/
H A Dfbreg.h176 vi_putp_t *putp; member
242 (*vidsw[(adp)->va_index]->putp)((adp), (offset), (p), (a), \
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in234 putp.3x putp.3ncurses
H A Dmanhtml.aliases84 putp(3X) curs_terminfo(3X)
/freebsd/contrib/ncurses/misc/
H A Dncurses.ref236 "putp" @215 NONAME ; implemented
421 ; "putp" @642 NONAME ; already defined
H A Dncurses.def313 "putp" @215 NONAME
/freebsd/contrib/ncurses/progs/
H A Dtput.c372 putp(s); in tput_cmd()
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in347 print "extern NCURSES_EXPORT(int) putp (const char *);"
379 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *);"
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c184 .putp = am335x_syscons_putp,
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c267 .putp = bcmfb_putp,
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1077 #undef putp
1078 int putp(
H A Dllib-ltinfo1055 #undef putp
1056 int putp(
H A Dllib-ltinfotw1153 #undef putp
1154 int putp(
H A Dllib-ltinfot1131 #undef putp
1132 int putp(
H A Dllib-lncursest3869 #undef putp
3870 int putp(
H A Dllib-lncurses3784 #undef putp
3785 int putp(
H A Dllib-lncursestw4830 #undef putp
4831 int putp(
H A Dllib-lncursesw4745 #undef putp
4746 int putp(
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c133 .putp = ofwfb_putp,
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1172 putp(const char *string) in putp() function
/freebsd/lib/ncurses/tinfo/
H A DMakefile892 curs_terminfo.3 putp.3 \
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc587 calls (not including tputs() and putp()) and do not call any other
604 putp():

12