Lines Matching defs:ArraySize
223 #define ArraySize(X) (sizeof(X)/sizeof(X[0]))
311 if( i<ArraySize(p->colWidth) ){
322 if( i<ArraySize(p->actualWidth) ){
332 if( i<ArraySize(p->actualWidth) ){
346 if( i<ArraySize(p->actualWidth) ){
555 while( zLine[i] && nArg<ArraySize(azArg) ){
671 memset(p->colWidth,0,ArraySize(p->colWidth));
755 sprintf(p->nullvalue, "%.*s", (int)ArraySize(p->nullvalue)-1, azArg[1]);
778 strncpy(mainPrompt,azArg[1],(int)ArraySize(mainPrompt)-1);
781 strncpy(continuePrompt,azArg[2],(int)ArraySize(continuePrompt)-1);
876 sprintf(p->separator, "%.*s", (int)ArraySize(p->separator)-1, azArg[1]);
890 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) {
956 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){