Home | History | Annotate | Download | only in orig

Lines Matching refs:ArraySize

470 #define ArraySize(X)  (int)(sizeof(X)/sizeof(X[0]))
693 if( i<ArraySize(p->colWidth) ){
704 if( i<ArraySize(p->actualWidth) ){
714 if( i<ArraySize(p->actualWidth) ){
728 if( i<ArraySize(p->actualWidth) ){
1539 while( zLine[i] && nArg<ArraySize(azArg) ){
1697 memset(p->colWidth,0,ArraySize(p->colWidth));
1998 "%.*s", (int)ArraySize(p->nullvalue)-1, azArg[1]);
2022 strncpy(mainPrompt,azArg[1],(int)ArraySize(mainPrompt)-1);
2025 strncpy(continuePrompt,azArg[2],(int)ArraySize(continuePrompt)-1);
2186 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) {
2404 assert( nArg<=ArraySize(azArg) );
2405 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){