Home
last modified time | relevance | path

Searched refs:TPARM_9 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcurses/
Dnc_tparm.h58 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… macro
71 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0)
/openbsd/src/usr.bin/tput/
Dtput.c342 s = TPARM_9(s, in tput_cmd()
/openbsd/src/usr.bin/tic/
Dtic.c2118 (void) TPARM_9(value, n, n, n, n, n, n, n, n, n); in check_params()
2309 result = TPARM_9(value, in check_1_infotocap()