Home
last modified time | relevance | path

Searched defs:tparm (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/_pyrepl/
Dcurses.py32 tparm = _curses.tparm variable
D_minimal_curses.py64 def tparm(str, i1=0, i2=0, i3=0, i4=0, i5=0, i6=0, i7=0, i8=0, i9=0): function
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Dterminfo.c202 char *tparm(const char *cap, long p1, long p2, long p3, long p4, in tparm() function
/external/pdfium/third_party/libtiff/
Dtif_fax3.c733 unsigned int code, length, tparm; in Fax3PutEOL() local