Home
last modified time | relevance | path

Searched refs:totalcnt (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/NetWare/
DNwmain.c1103 int totalcnt = 0; in fnSetUpEnvBlock() local
1107 totalcnt++; in fnSetUpEnvBlock()
1111 totalcnt++; in fnSetUpEnvBlock()
1113 env = (char **) malloc (totalcnt * sizeof(char *)); in fnSetUpEnvBlock()
1122 while( (cnt < (totalcnt-1)) && scanenv( &sequence, var, &len, val ) ) in fnSetUpEnvBlock()
1155 for(i=cnt; i<=(totalcnt-1); i++) in fnSetUpEnvBlock()