Home | History | Annotate | Download | only in dist

Lines Matching refs:ArraySize

475 #define ArraySize(X)  (int)(sizeof(X)/sizeof(X[0]))
698 if( i<ArraySize(p->colWidth) ){
709 if( i<ArraySize(p->actualWidth) ){
719 if( i<ArraySize(p->actualWidth) ){
733 if( i<ArraySize(p->actualWidth) ){
1558 while( zLine[i] && nArg<ArraySize(azArg) ){
1716 memset(p->colWidth,0,ArraySize(p->colWidth));
2017 "%.*s", (int)ArraySize(p->nullvalue)-1, azArg[1]);
2041 strncpy(mainPrompt,azArg[1],(int)ArraySize(mainPrompt)-1);
2044 strncpy(continuePrompt,azArg[2],(int)ArraySize(continuePrompt)-1);
2205 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) {
2423 assert( nArg<=ArraySize(azArg) );
2424 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){