Home
last modified time | relevance | path

Searched refs:FLOW (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dlookup.c54 { "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 Dglobal.h65 FLOW, /* control flow (do, if, for, while, switch, etc.) */ enumerator
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.h31 #define FLOW 2 macro
H A Dsttyparse.c241 if((term & FLOW) || term == -1) {
362 term |= FLOW;
403 if(term & FLOW) {
H A Dstty.c402 if (term & FLOW) { in prmodes()
592 if (term & FLOW) { in pramodes()
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h42 #define FLOW 2 macro
H A Dsttyparse.c286 if (term & FLOW) {
398 term |= FLOW;
463 if (term & FLOW) {
H A Dtmttydefs.c325 term = ASYNC|TERMIOS|FLOW; in check_flags()
H A Dstty.c448 if (term & FLOW) { in prmodes()
647 if (term & FLOW) { in pramodes()