Searched refs:FLOW (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | lookup.c | 54 { "break", '\0', FLOW, NULL }, /* rarely in cross-reference */ 55 { "case", ' ', FLOW, NULL }, 57 { "continue", '\0', FLOW, NULL }, /* rarely in cross-reference */ 58 { "default", '\0', FLOW, NULL }, /* rarely in cross-reference */ 63 { "else", ' ', FLOW, NULL }, 67 { "for", '(', FLOW, NULL }, 68 { "goto", ' ', FLOW, NULL }, 69 { "if", '(', FLOW, NULL }, 73 { "return", '\0', FLOW, NULL }, 78 { "switch", '(', FLOW, NULL }, [all …]
|
H A D | global.h | 65 FLOW, /* control flow (do, if, for, while, switch, etc.) */ enumerator
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | stty.h | 31 #define FLOW 2 macro
|
H A D | sttyparse.c | 241 if((term & FLOW) || term == -1) { 362 term |= FLOW; 403 if(term & FLOW) {
|
H A D | stty.c | 402 if (term & FLOW) { in prmodes() 592 if (term & FLOW) { in pramodes()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | stty.h | 42 #define FLOW 2 macro
|
H A D | sttyparse.c | 286 if (term & FLOW) { 398 term |= FLOW; 463 if (term & FLOW) {
|
H A D | tmttydefs.c | 325 term = ASYNC|TERMIOS|FLOW; in check_flags()
|
H A D | stty.c | 448 if (term & FLOW) { in prmodes() 647 if (term & FLOW) { in pramodes()
|