Searched refs:errchr (Results 1 – 4 of 4) sorted by relevance
52 char* errchr; /* next char after error */ member66 ex->errchr = ex->nextchr; in seterror()289 ex.nextchr = ex.errchr; in strexpr()
70 const char *errchr; /* next char after error */ member120 vp->errchr = vp->nextchr; in _seterror()430 vp->errchr = vp->nextchr; in gettok()437 vp->errchr = vp->nextchr; in gettok()537 vp->nextchr = vp->errchr; in expr()808 vp->nextchr = vp->errchr; in expr()830 cur.nextchr = cur.errchr; in arith_compile()
672 char *errchr; in getTargetAddress() local687 inputPort = strtol(colPos, &errchr, 10); in getTargetAddress()688 if (errno != 0 || inputPort == 0 && errchr != NULL) { in getTargetAddress()5053 char *errchr; in parseAddress() local5075 tmp_port = strtol(port_str, &errchr, 10); in parseAddress()5076 if (tmp_port == 0 && errchr != NULL) { in parseAddress()5120 tmp_port = strtol(port_str, &errchr, 10); in parseAddress()5121 if (tmp_port == 0 && errchr != NULL) { in parseAddress()
89 char *errchr; in it_common_convert_sa() local150 tmp_port = strtol(port_str, &errchr, 10); in it_common_convert_sa()