Searched refs:refsign (Results 1 – 1 of 1) sorted by relevance
4489 int refsign; in compile_branch() local6631 refsign = -1; /* => not a number */ in compile_branch()6663 if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++; in compile_branch()6664 else if (IS_DIGIT(*ptr)) refsign = 0; in compile_branch()6669 if (refsign >= 0) in compile_branch()6723 if (refsign >= 0) in compile_branch()6730 if (refsign != 0) recno = (refsign == CHAR_MINUS)? in compile_branch()7236 if ((refsign = *ptr) == CHAR_PLUS) in compile_branch()7245 else if (refsign == CHAR_MINUS) in compile_branch()7262 if (refsign == CHAR_MINUS) in compile_branch()[all …]