Searched defs:any (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcokill.c97 int any; local
106 any = 0;
109 any = 0;
113 any = 1;
132 } while (any && (co = co->next));
H A Dcowait.c62 int any; local
66 any = 0;
70 any = 1;
75 } while (any && (co = co->next));
86 int any; local
90 any = 0;
94 any = 1;
99 } while (any && (co = co->next));
111 int any; local
115 any
140 int any; local
[all...]
/ast/src/lib/libcmd/
H A Dcat.c120 * called for any special output processing
138 int any; local
147 any = 0;
178 any = 1;
215 any = 1;
241 any = 1;
376 if (!(flags & S_FLAG) || any || header)
378 any = 0;
/ast/src/cmd/re/
H A Dgrep.c160 int any; /* if any pattern hit */ member in struct:State_s
544 state.any = 1;
564 state.any = 1;
576 state.any = 1;
604 state.any = 1;
848 if (state.query && state.any)
875 if (state.query && state.any)
914 return (state.notfound && !state.query) ? 2 : !state.any;
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c184 int any; /* if any pattern hit */ member in struct:State_s
276 state->any = 1;
372 if (!state->any)
377 state->any = 0;
635 state->any = 1;
660 state->any = 1;
921 if (state.query && state.any)
955 r = (state.notfound && !state.query) ? 2 : !state.any;
/ast/src/cmd/nmake/
H A Dscan.c1277 } any[8], *pop, *pp; local
1318 pop = any;
1343 for (pp = any; pp < pop; pp++)
1422 if (pop < &any[elementsof(any)])
1549 if (pop > any)
1560 if (pop > any)

Completed in 22 milliseconds