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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dlookup.c56 { "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, NUL
[all...]
H A Dglobal.h65 FLOW, /* control flow (do, if, for, while, switch, etc.) */ enumerator in enum:__anon4451
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.h34 #define FLOW 2 macro
H A Dsttyparse.c244 if((term & FLOW) || term == -1) {
365 term |= FLOW;
406 if(term & FLOW) {
H A Dstty.c401 if (term & FLOW) {
591 if (term & FLOW) {
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h44 #define FLOW 2 macro
H A Dsttyparse.c280 if (term & FLOW) {
392 term |= FLOW;
457 if (term & FLOW) {
H A Dtmttydefs.c330 term = ASYNC|TERMIOS|FLOW;
H A Dstty.c443 if (term & FLOW) {
640 if (term & FLOW) {

Completed in 50 milliseconds