Searched refs:myfix (Results 1 – 1 of 1) sorted by relevance
633 int myfix = 0; in _nc_infotocap() local724 if (myfix < MAX_TC_FIXUPS) { in _nc_infotocap()726 fixups[myfix].ch = 0; in _nc_infotocap()727 fixups[myfix].offset = (int) (bufptr in _nc_infotocap()733 if (myfix < MAX_TC_FIXUPS) { in _nc_infotocap()734 fixups[myfix].ch <<= 3; in _nc_infotocap()735 fixups[myfix].ch |= (xx2 - '0'); in _nc_infotocap()739 if (myfix < MAX_TC_FIXUPS) { in _nc_infotocap()742 fixups[myfix].ch <<= 3; in _nc_infotocap()743 fixups[myfix].ch |= (str[n] - '0'); in _nc_infotocap()[all …]