Searched refs:cur_term (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_termname.c40 if (cur_term != 0)
41 name = cur_term->_termname;
H A Dlib_ttyflags.c39 #include <term.h> /* cur_term */
51 if (cur_term == 0) {
55 if (GET_TTY(cur_term->Filedes, buf) != 0) {
68 cur_term ? cur_term->Filedes : -1,
82 if (cur_term == 0) {
86 if (SET_TTY(cur_term->Filedes, buf) != 0) {
97 cur_term ? cur_term->Filedes : -1,
110 if (cur_term !
[all...]
H A Dlib_kernel.c49 #include <term.h> /* cur_term */
77 * Return erase character as given in cur_term->Ottyb.
87 if (cur_term != 0) {
89 result = cur_term->Ottyb.c_cc[VERASE];
93 result = cur_term->Ottyb.sg_erase;
102 * Return kill character as given in cur_term->Ottyb.
112 if (cur_term != 0) {
114 result = cur_term->Ottyb.c_cc[VKILL];
118 result = cur_term->Ottyb.sg_kill;
127 * Flush any input on cur_term
[all...]
H A Dlib_raw.c50 #include <term.h> /* cur_term */
86 if (SP != 0 && cur_term != 0) {
92 buf = cur_term->Nttyb;
104 cur_term->Nttyb = buf;
118 if (SP != 0 && cur_term != 0) {
124 buf = cur_term->Nttyb;
136 cur_term->Nttyb = buf;
154 if (cur_term != 0) {
158 buf = cur_term->Nttyb;
166 cur_term
[all...]
H A Dlib_has_cap.c52 returnCode(cur_term &&
62 returnCode(cur_term
H A Dlib_ti.c48 if (cur_term != 0) {
49 TERMTYPE *tp = &(cur_term->type);
69 if (cur_term != 0) {
70 TERMTYPE *tp = &(cur_term->type);
91 if (cur_term != 0) {
92 TERMTYPE *tp = &(cur_term->type);
H A Dlib_cur_term.c33 * Module that "owns" the 'cur_term' variable:
40 #include <term_entry.h> /* TTY, cur_term */
50 NCURSES_PUBLIC_VAR(cur_term) (void) function
55 NCURSES_EXPORT_VAR(TERMINAL *) cur_term = 0;
66 oldterm = cur_term;
72 cur_term = termp;
98 if (termp == cur_term)
H A Dlib_termcap.c112 if (LAST_TRM != 0 && LAST_TRM != cur_term) {
134 LAST_TRM = cur_term;
156 if ((FIX_SGR0 = _nc_trim_sgr0(&(cur_term->type))) != 0) {
195 if (cur_term != 0) {
196 TERMTYPE *tp = &(cur_term->type);
223 if (cur_term != 0) {
224 TERMTYPE *tp = &(cur_term->type);
253 if (cur_term != 0) {
254 TERMTYPE *tp = &(cur_term->type);
H A Dlib_print.c48 if (!cur_term || (!prtr_non && (!prtr_on || !prtr_off))) {
81 res = write(cur_term->Filedes, mybuf, onsize + len + offsize);
H A Dlib_baudrate.c41 #include <term.h> /* cur_term, pad_char */
220 if (cur_term != 0) {
222 result = cfgetospeed(&cur_term->Nttyb);
226 ospeed = cfgetospeed(&cur_term->Nttyb);
228 ospeed = cur_term->Nttyb.sg_ospeed;
232 cur_term->_baudrate = result;
H A Dlib_setup.c54 #include <term.h> /* lines, columns, cur_term */
103 * Reduce explicit use of "cur_term" global variable.
116 return cur_term ? cur_term->type.term_names : empty;
202 TERMINAL *termp = cur_term;
238 if (isatty(cur_term->Filedes)) {
243 if (ioctl(cur_term->Filedes, IOCTL_WINSIZE, &size) < 0
307 TERMINAL *termp = cur_term;
532 * tgetent calls setupterm, the resulting Ottyb struct in cur_term is
534 * rather than the ones saved in initscr. So we check if cur_term appear
[all...]
H A Dlib_tputs.c158 if (cur_term == 0) {
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_beep.c63 if (cur_term == 0) {
H A Dlib_freeall.c101 if (cur_term != 0)
102 del_curterm(cur_term);
153 if (cur_term != 0)
154 del_curterm(cur_term);
H A Dlib_newterm.c48 #include <term.h> /* clear_screen, cup & friends, cur_term */
75 buf = cur_term->Nttyb;
86 cur_term->Nttyb = buf;
182 SP->_use_meta = ((cur_term->Ottyb.c_cflag & CSIZE) == CS8 &&
183 !(cur_term->Ottyb.c_iflag & ISTRIP));
H A Dlib_set_term.c44 #include <term.h> /* cur_term */
184 * application might try to use (except cur_term, which may have
310 SP->_term = cur_term;
509 if (_nc_unicode_locale() && _nc_locale_breaks_acs(cur_term)) {
522 && _nc_locale_breaks_acs(cur_term));
H A Dlib_mouse.c517 && strstr(cur_term->type.term_names, "xterm") == 0
627 || strstr(cur_term->type.term_names, "xterm") != 0) {
630 } else if (strstr(cur_term->type.term_names, "xterm") != 0) {
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c1416 unsigned int cur_term; local
1445 for (cur_term = 1; cur_term < max; cur_term++) {
1447 if (cur_term <= asize) {
1448 ptr2 += cur_term;
1450 ptr1 += cur_term - asize;
1507 scratch->n[cur_term] = prodLo;
1510 scratch->n[cur_term] = carryLo;
1511 scratch->sign = cur_term
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c1416 unsigned int cur_term; local
1445 for (cur_term = 1; cur_term < max; cur_term++) {
1447 if (cur_term <= asize) {
1448 ptr2 += cur_term;
1450 ptr1 += cur_term - asize;
1507 scratch->n[cur_term] = prodLo;
1510 scratch->n[cur_term] = carryLo;
1511 scratch->sign = cur_term
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c36 #include <term.h> /* cur_term */
262 return _nc_trace_ttymode(&(cur_term->Nttyb));
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_mvcur.c161 #define BAUDRATE cur_term->_baudrate /* bits per second */
1103 cur_term->type.Booleans[np->nte_index] = FALSE;
1110 cur_term->type.Numbers[np->nte_index] = ABSENT_NUMERIC;
1116 cur_term->type.Strings[np->nte_index] = ABSENT_STRING;
1124 dump_entry(&cur_term->type, FALSE, TRUE, 0, 0);
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c2673 unsigned int cur_term; local
2693 for (cur_term = 1; cur_term < max; cur_term++) {
2695 if (cur_term <= asize) {
2696 ptr2 += cur_term;
2698 ptr1 += cur_term - asize;
2715 scratch->n[cur_term] = (unsigned short) (prod);
2718 scratch->n[cur_term] = carry;
2719 scratch->sign = cur_term
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c2673 unsigned int cur_term; local
2693 for (cur_term = 1; cur_term < max; cur_term++) {
2695 if (cur_term <= asize) {
2696 ptr2 += cur_term;
2698 ptr1 += cur_term - asize;
2715 scratch->n[cur_term] = (unsigned short) (prod);
2718 scratch->n[cur_term] = carry;
2719 scratch->sign = cur_term
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses2429 #undef cur_term
2430 TERMINAL *cur_term;
H A Dllib-lncursesw3175 #undef cur_term
3176 TERMINAL *cur_term;

Completed in 285 milliseconds

12