Home
last modified time | relevance | path

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

/titanic_44/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, NULL },
[all …]
H A Dglobal.h65 FLOW, /* control flow (do, if, for, while, switch, etc.) */ enumerator
/titanic_44/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) { in prmodes()
591 if (term & FLOW) { in pramodes()
/titanic_44/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 Dstty.c443 if (term & FLOW) { in prmodes()
640 if (term & FLOW) { in pramodes()
H A Dtmttydefs.c330 term = ASYNC|TERMIOS|FLOW;