Searched refs:bOnce (Results 1 – 2 of 2) sorted by relevance
32033 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel/.www */ in dotCmdOutput() local32044 bOnce = 2; in dotCmdOutput()32047 bOnce = 2; in dotCmdOutput()32049 bOnce = 1; in dotCmdOutput()32089 if( cli_strcmp(z, "memory")==0 && bOnce ){ in dotCmdOutput()32116 if( bOnce ){ in dotCmdOutput()
173898 u8 bOnce = 1; /* True to run the ORDER BY search loop */ local173935 bOnce = 0;173973 for(i=0; bOnce && i<nOrderBy; i++){173979 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;