Home
last modified time | relevance | path

Searched refs:tparamstr (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/lipsf/lipsf-200/
H A Dterm.h170 extern char *tparamstr __P_((char *, int, int));
H A Dterm.c1232 if ((cp = tparamstr(c_locate, 0, 999))) {
1236 if ((cp = tparamstr(c_ndown, 999, 999))) {
1306 char *tparamstr(s, arg1, arg2) in tparamstr() function
1328 char *tparamstr(s, arg1, arg2) in tparamstr() function
1453 if (!str1 && (str1 = tparamstr(str2, 1, 1))) *term = str1;
1460 && (str1 = tparamstr(tgetstr(str2, &p), 1, 1))) *term = str1;
2638 if ((cp = tparamstr(t_scroll, s, e))) {