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

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_set_curterm.c48 TERMINAL *
49 set_curterm(TERMINAL *newterminal)
H A D_del_curterm.c49 del_curterm(TERMINAL *terminal)
H A Dsetcurterm.c51 TERMINAL *
52 setcurterm(TERMINAL *newterminal)
54 TERMINAL *oldterminal = cur_term;
H A Ddelterm.c52 extern TERMINAL _first_term;
57 delterm(TERMINAL *terminal)
H A Ddelkeymap.c44 delkeymap(TERMINAL *terminal)
H A Dcurshdr.h143 TERMINAL *tcap; /* TERMINFO info */
304 extern void delkeymap(TERMINAL *);
307 extern void _blast_keys(TERMINAL *);
H A Dllib-lcurses146 int del_curterm(TERMINAL *terminal);
516 TERMINAL *set_curterm(TERMINAL *newterminal);
631 void delkeymap(TERMINAL *terminal);
637 int delterm(TERMINAL *terminal);
935 TERMINAL *setcurterm(TERMINAL *newterminal);
954 void _blast_keys(TERMINAL *terminal);
H A Dsetupterm.c73 TERMINAL _first_term, *cur_term = &_first_term;
377 if ((cur_term = (TERMINAL *)
378 calloc(sizeof (TERMINAL), 1)) == NULL)
765 _blast_keys(TERMINAL *terminal)
H A Dnewscreen.c81 TERMINAL *old_term = cur_term;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h108 #define TERMINAL (PROTO+28) /* PROTOMAIN */ macro
171 #define TERMINAL (TOKEN+37) macro
179 #define S_CHRB (TERMINAL+0)
180 #define S_COMMENT (TERMINAL+1)
181 #define S_EOB (TERMINAL+2)
182 #define S_LITBEG (TERMINAL+3)
183 #define S_LITEND (TERMINAL+4)
184 #define S_LITESC (TERMINAL+5)
185 #define S_MACRO (TERMINAL+6)
186 #define S_NL (TERMINAL
[all...]
H A Dppfsm.c39 * characters in ch arrives, enter nextstate. States >= TERMINAL are
45 * above TERMINAL are represented in fsm[] as negative values. S_TOK and
60 * fsm[TERMINAL][state+1] is used to differentiate EOB from EOF.
84 #define copy(t,f) (memcpy(&fsm[t][1],&fsm[f][1],(MAX+1)*sizeof(short)),fsm[TERMINAL][(t)+1]=fsm[TERMINAL][(f)+1])
90 int nextstate; /* enter this state if <TERMINAL*/
550 short fsm[TERMINAL+1][MAX+1];
596 for (i = 0; i < TERMINAL; i++)
608 for (i = 0; i < TERMINAL; i++)
618 if ((n = fp->nextstate) >= TERMINAL)
[all...]
H A Dpplex.c46 static int hit[LAST-TERMINAL+2];
260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++;
435 if (state = fsm[TERMINAL][INDEX(rp)+1])
557 sfprintf(sfstderr, "%7d: %s\n", hit[n], pplexstr(TERMINAL + n));
2069 if ((state &= ~SPLICE) >= TERMINAL) goto fsm_terminal;
2319 if ((state &= ~SPLICE) >= TERMINAL)
H A Dppproto.c666 if (state = fsm[TERMINAL][INDEX(rp)+1])
1087 if (state >= TERMINAL)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c57 TERMINAL *cur_term;
73 static char const e_terminal[] = "No memory for TERMINAL structure.\n";
125 TERMINAL *tp;
267 TERMINAL *old_term;
276 cur_term = (TERMINAL *) calloc(1, sizeof *cur_term);
277 if (cur_term == (TERMINAL *) 0) {
359 TERMINAL *tp;
365 if (tp != (TERMINAL *) 0) {
367 cur_term = (TERMINAL *) 0;
384 TERMINAL *
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c60 TERMINAL *cur_term;
78 "No memory for TERMINAL structure.\n";
168 __m_read_terminfo(const char *filename, TERMINAL *tp)
299 TERMINAL *old_term;
309 cur_term = (TERMINAL *) calloc(1, sizeof (*cur_term));
384 del_curterm(TERMINAL *tp)
413 TERMINAL *
414 set_curterm(TERMINAL *tp)
416 TERMINAL *old;
H A Dprivate.h209 extern int __m_read_terminfo(const char *, TERMINAL *);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Duntic.c91 STATIC void untic ANSI((TERMINAL *));
196 TERMINAL *tp;
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h88 "TERMINAL", TERMINAL,
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h88 "TERMINAL", TERMINAL,
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses661 int del_curterm(TERMINAL *);
662 TERMINAL *set_curterm(TERMINAL *);
H A Dllib-lxcurses661 int del_curterm(TERMINAL *);
662 TERMINAL *set_curterm(TERMINAL *);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses661 int del_curterm(TERMINAL *);
662 TERMINAL *set_curterm(TERMINAL *);
H A Dllib-lxcurses661 int del_curterm(TERMINAL *);
662 TERMINAL *set_curterm(TERMINAL *);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c124 TERMINAL, enumerator in enum:symbol::__anon4054
644 if( s2->type==TERMINAL ){
1169 if( xsp->type==TERMINAL ){
2878 if( sp->type==TERMINAL ){
2914 if( sp->type==TERMINAL ){
3479 if( sp==0 || sp->type!=TERMINAL ) continue;
3482 for(i=0; i<lemp->nsymbol && lemp->symbols[i]->type!=TERMINAL; i++);
3490 if( sp==0 || sp->type==TERMINAL || sp->destructor==0 ) continue;
3499 if( sp==0 || sp->type==TERMINAL ||
3874 sp->type = isupper(*x) ? TERMINAL
[all...]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h167 TERMINAL *_term; /* Associated terminfo entry. */

Completed in 158 milliseconds

12