/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.h | 108 #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+7) [all …]
|
H A D | ppfsm.c | 84 …t,f) (memcpy(&fsm[t][1],&fsm[f][1],(MAX+1)*sizeof(short)),fsm[TERMINAL][(t)+1]=fsm[TERMINAL][(f)+1… 550 short fsm[TERMINAL+1][MAX+1]; 596 for (i = 0; i < TERMINAL; i++) in ppfsm() 608 for (i = 0; i < TERMINAL; i++) in ppfsm() 618 if ((n = fp->nextstate) >= TERMINAL) n = ~n; in ppfsm() 647 fsm[TERMINAL][fp->state+1] = n < 0 ? ~n : n; in ppfsm() 680 for (i = 0; i < TERMINAL; i++) in ppfsm() 695 fsm[TERMINAL][0] = ~S_EOB; in ppfsm() 738 for (i = 0; i < TERMINAL; i++) in ppfsm() 792 for (i = 0; i < TERMINAL; i++) in ppfsm() [all …]
|
H A D | pplex.c | 46 static int hit[LAST-TERMINAL+2]; 260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++; in ppcpp() 435 if (state = fsm[TERMINAL][INDEX(rp)+1]) in ppcpp() 557 sfprintf(sfstderr, "%7d: %s\n", hit[n], pplexstr(TERMINAL + n)); in ppcpp() 2069 if ((state &= ~SPLICE) >= TERMINAL) goto fsm_terminal; in ppcpp() 2319 if ((state &= ~SPLICE) >= TERMINAL) in ppcpp()
|
H A D | ppproto.c | 696 if (state = fsm[TERMINAL][INDEX(rp)+1]) in lex() 1117 if (state >= TERMINAL) in lex()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 55 TERMINAL *cur_term; 123 TERMINAL *tp; 265 TERMINAL *old_term; 274 cur_term = (TERMINAL *) calloc(1, sizeof *cur_term); 275 if (cur_term == (TERMINAL *) 0) { 357 TERMINAL *tp; in del_curterm() 363 if (tp != (TERMINAL *) 0) { 365 cur_term = (TERMINAL *) 0; 382 TERMINAL * 384 TERMINAL *tp; in set_curterm() [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | setcurterm.c | 49 TERMINAL * 50 setcurterm(TERMINAL *newterminal) in setcurterm() 52 TERMINAL *oldterminal = cur_term; in setcurterm()
|
H A D | _set_curterm.c | 46 TERMINAL * 47 set_curterm(TERMINAL *newterminal) in set_curterm()
|
H A D | delterm.c | 50 extern TERMINAL _first_term; 55 delterm(TERMINAL *terminal) in delterm()
|
H A D | maketerm.ed | 485 typedef struct term TERMINAL; 491 extern TERMINAL *cur_term; 497 extern TERMINAL _first_term; 531 extern TERMINAL *set_curterm(TERMINAL *); 532 extern int del_curterm(TERMINAL *); 534 extern TERMINAL *set_curterm(); 553 extern TERMINAL *setcurterm(TERMINAL *); 574 restartterm(char *, int, int *), delterm(TERMINAL *); 578 extern TERMINAL *setcurterm();
|
H A D | curshdr.h | 141 TERMINAL *tcap; /* TERMINFO info */ 302 extern void delkeymap(TERMINAL *); 305 extern void _blast_keys(TERMINAL *);
|
H A D | _del_curterm.c | 47 del_curterm(TERMINAL *terminal) in del_curterm()
|
H A D | delkeymap.c | 42 delkeymap(TERMINAL *terminal) in delkeymap()
|
H A D | setupterm.c | 71 TERMINAL _first_term, *cur_term = &_first_term; 375 if ((cur_term = (TERMINAL *) in setupterm() 376 calloc(sizeof (TERMINAL), 1)) == NULL) in setupterm() 772 _blast_keys(TERMINAL *terminal) in _blast_keys()
|
H A D | newscreen.c | 83 TERMINAL *old_term = cur_term; in newscreen()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 58 TERMINAL *cur_term; 166 __m_read_terminfo(const char *filename, TERMINAL *tp) in __m_read_terminfo() 297 TERMINAL *old_term; in __m_setupterm() 307 cur_term = (TERMINAL *) calloc(1, sizeof (*cur_term)); in __m_setupterm() 382 del_curterm(TERMINAL *tp) in del_curterm() 411 TERMINAL * 412 set_curterm(TERMINAL *tp) in set_curterm() 414 TERMINAL *old; in set_curterm()
|
H A D | private.h | 207 extern int __m_read_terminfo(const char *, TERMINAL *);
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 121 TERMINAL, enumerator 641 if( s2->type==TERMINAL ){ 1166 if( xsp->type==TERMINAL ){ 2875 if( sp->type==TERMINAL ){ 2911 if( sp->type==TERMINAL ){ 3476 if( sp==0 || sp->type!=TERMINAL ) continue; 3479 for(i=0; i<lemp->nsymbol && lemp->symbols[i]->type!=TERMINAL; i++); 3487 if( sp==0 || sp->type==TERMINAL || sp->destructor==0 ) continue; 3496 if( sp==0 || sp->type==TERMINAL || 3871 sp->type = isupper(*x) ? TERMINAL : NONTERMINAL;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | WWW.mk | 102 $(I) : .TERMINAL
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 164 TERMINAL *_term; /* Associated terminfo entry. */
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 165 TERMINAL *_term; /* Associated terminfo entry. */
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 1530 TERM_NO_EDIT | TERM_DUMB. TERMINAL is not used any longer. 3643 choosing a terminal, don't set TERMINAL to the type of the 3674 them actually, because TERMINAL may change when running a menu. 3702 TERMINAL_CONSOLE and TERMINAL_SERIAL are set in TERMINAL. 3939 TERMINAL_SERIAL are set in TERMINAL simultaneously, print a 3942 TERMINAL, call serial_checkkey. 3944 TERMINAL, call serial_putchar. If C is a newline, print a
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 1 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE 2754 ######## X TERMINAL EMULATORS 5371 ######## COMMON TERMINAL TYPES 8844 ######## NON-ANSI TERMINAL EMULATIONS 8987 ######## OLDER TERMINAL TYPES 12300 # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 18312 ######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
|
H A D | terminfo.src | 1 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE 3108 ######## X TERMINAL EMULATORS 6090 ######## COMMON TERMINAL TYPES 9938 ######## NON-ANSI TERMINAL EMULATIONS 10088 ######## OLDER TERMINAL TYPES 13867 # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 20530 ######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
|