Searched refs:bOnce (Results 1 – 2 of 2) sorted by relevance
32096 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel/.www */ in dotCmdOutput() local32107 bOnce = 2; in dotCmdOutput()32110 bOnce = 2; in dotCmdOutput()32112 bOnce = 1; in dotCmdOutput()32152 if( cli_strcmp(z, "memory")==0 && bOnce ){ in dotCmdOutput()32179 if( bOnce ){ in dotCmdOutput()
174153 u8 bOnce = 1; /* True to run the ORDER BY search loop */ local174190 bOnce = 0;174228 for(i=0; bOnce && i<nOrderBy; i++){174234 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;