/freebsd/usr.bin/tabs/ |
H A D | tabs.c | 152 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 D | lib_tputs.c | 236 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 D | sh.set.c | 519 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 D | sfxge_tx.c | 275 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 D | fbreg.h | 176 vi_putp_t *putp; member 242 (*vidsw[(adp)->va_index]->putp)((adp), (offset), (p), (a), \
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 234 putp.3x putp.3ncurses
|
H A D | manhtml.aliases | 84 putp(3X) curs_terminfo(3X)
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.ref | 236 "putp" @215 NONAME ; implemented 421 ; "putp" @642 NONAME ; already defined
|
H A D | ncurses.def | 313 "putp" @215 NONAME
|
/freebsd/contrib/ncurses/progs/ |
H A D | tput.c | 372 putp(s); in tput_cmd()
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 347 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 D | am335x_lcd_syscons.c | 184 .putp = am335x_syscons_putp,
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fb.c | 267 .putp = bcmfb_putp,
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 1077 #undef putp 1078 int putp(
|
H A D | llib-ltinfo | 1055 #undef putp 1056 int putp(
|
H A D | llib-ltinfotw | 1153 #undef putp 1154 int putp(
|
H A D | llib-ltinfot | 1131 #undef putp 1132 int putp(
|
H A D | llib-lncursest | 3869 #undef putp 3870 int putp(
|
H A D | llib-lncurses | 3784 #undef putp 3785 int putp(
|
H A D | llib-lncursestw | 4830 #undef putp 4831 int putp(
|
H A D | llib-lncursesw | 4745 #undef putp 4746 int putp(
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 133 .putp = ofwfb_putp,
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 1172 putp(const char *string) in putp() function
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 892 curs_terminfo.3 putp.3 \
|
/freebsd/contrib/ncurses/doc/ |
H A D | hackguide.doc | 587 calls (not including tputs() and putp()) and do not call any other 604 putp():
|