Lines Matching refs:ArraySize
450 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
674 if( i<ArraySize(p->colWidth) ){
685 if( i<ArraySize(p->actualWidth) ){
695 if( i<ArraySize(p->actualWidth) ){
709 if( i<ArraySize(p->actualWidth) ){
1456 while( zLine[i] && nArg<ArraySize(azArg) ){
1618 memset(p->colWidth,0,ArraySize(p->colWidth));
1909 "%.*s", (int)ArraySize(p->nullvalue)-1, azArg[1]);
1933 strncpy(mainPrompt,azArg[1],(int)ArraySize(mainPrompt)-1);
1936 strncpy(continuePrompt,azArg[2],(int)ArraySize(continuePrompt)-1);
2096 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) {
2175 assert( nArg<=ArraySize(azArg) );
2176 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){