Searched refs:FLOW (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | lookup.c | 56 { "break", '\0', FLOW, NULL }, /* rarely in cross-reference */ 57 { "case", ' ', FLOW, NULL }, 59 { "continue", '\0', FLOW, NULL }, /* rarely in cross-reference */ 60 { "default", '\0', FLOW, NULL }, /* rarely in cross-reference */ 65 { "else", ' ', FLOW, NULL }, 69 { "for", '(', FLOW, NULL }, 70 { "goto", ' ', FLOW, NULL }, 71 { "if", '(', FLOW, NULL }, 75 { "return", '\0', FLOW, NULL }, 80 { "switch", '(', FLOW, NULL }, [all …]
|
H A D | global.h | 65 FLOW, /* control flow (do, if, for, while, switch, etc.) */ enumerator
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.h | 34 #define FLOW 2 macro
|
H A D | sttyparse.c | 244 if((term & FLOW) || term == -1) { 365 term |= FLOW; 406 if(term & FLOW) {
|
H A D | stty.c | 401 if (term & FLOW) { in prmodes() 591 if (term & FLOW) { in pramodes()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.h | 44 #define FLOW 2 macro
|
H A D | sttyparse.c | 280 if (term & FLOW) { 392 term |= FLOW; 457 if (term & FLOW) {
|
H A D | stty.c | 443 if (term & FLOW) { in prmodes() 640 if (term & FLOW) { in pramodes()
|
H A D | tmttydefs.c | 330 term = ASYNC|TERMIOS|FLOW;
|