Searched refs:TPARM_9 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libcurses/ |
| D | nc_tparm.h | 58 #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/ |
| D | tput.c | 342 s = TPARM_9(s, in tput_cmd()
|
| /openbsd/src/usr.bin/tic/ |
| D | tic.c | 2118 (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()
|