Lines Matching defs:zpad
1200 int zpad = 0; /* index of :: delimiter */
1208 * check for leading "::", set zpad to the position of the "::"
1211 zpad = 0;
1214 zpad = -1;
1237 if (*scan == '.' && (j == 12 || (zpad != -1 && j < 12)) &&
1259 if (zpad != -1)
1261 zpad = j;
1267 } else if (*scan == ']' && (j == 16 || zpad != -1)) {
1277 if (zpad == -1 && j < 16)
1279 if (zpad != -1) {