Searched refs:refsign (Results 1 – 1 of 1) sorted by relevance
3798 int refsign; in compile_branch() local5779 refsign = -1; in compile_branch()5806 if (ptr[1] == CHAR_MINUS || ptr[1] == CHAR_PLUS) refsign = *(++ptr); in compile_branch()5846 if (refsign > 0) in compile_branch()5853 recno = (refsign == CHAR_MINUS)? in compile_branch()6298 if ((refsign = *ptr) == CHAR_PLUS) in compile_branch()6307 else if (refsign == CHAR_MINUS) in compile_branch()6324 if (refsign == CHAR_MINUS) in compile_branch()6338 else if (refsign == CHAR_PLUS) in compile_branch()
Completed in 17 milliseconds