HomeSort by relevance Sort by last modified time
    Searched refs:iflag (Results 1 - 12 of 12) sorted by null

  /system/core/sh/
main.c 139 if (state == 0 || iflag == 0 || ! rootshell)
241 if (iflag && top) {
252 if (!Iflag)
options.c 99 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))
100 iflag = 1;
102 mflag = iflag;
139 setinteractive(iflag);
options.h 69 #define Iflag optlist[2].val
71 #define iflag optlist[3].val macro
trap.c 248 if (iflag || minusc || sflag == 0)
258 if (iflag)
cd.c 202 if (print && iflag && curdir)
error.c 99 * set to the appropriate value for the child. (The test for iflag is
115 if (rootshell && iflag)
jobs.c 652 if (!iflag)
888 if (/* iflag && rootshell && */ n)
951 if (wasroot && iflag) {
1095 if (!rootshell || !iflag)
1224 if (iflag || mflag || sizeof ps->cmd < 100)
histedit.c 90 if (iflag) {
eval.c 757 if (iflag && funcnest == 0 && argc > 0)
1203 iflag = 0; /* exit on error */
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 297 int iflag; local
323 iflag = 0;
339 iflag = 1;
462 if (iflag) {
494 if (!iflag) {
517 if (iflag) {
555 if (!iflag) {
  /external/icu4c/tools/tzcode/
zdump.c 297 int iflag; local
323 iflag = 0;
339 iflag = 1;
462 if (iflag) {
494 if (!iflag) {
517 if (iflag) {
555 if (!iflag) {
  /external/strace/
strace.c 72 int iflag = 0, xflag = 0, qflag = 0; variable
232 iflag++;
    [all...]

Completed in 88 milliseconds