Searched refs:myfix (Results 1 – 3 of 3) sorted by relevance
631 int myfix = 0; in _nc_infotocap() local722 if (myfix < MAX_TC_FIXUPS) { in _nc_infotocap()724 fixups[myfix].ch = 0; in _nc_infotocap()725 fixups[myfix].offset = (int) (bufptr in _nc_infotocap()731 if (myfix < MAX_TC_FIXUPS) { in _nc_infotocap()732 fixups[myfix].ch <<= 3; in _nc_infotocap()733 fixups[myfix].ch |= (xx2 - '0'); in _nc_infotocap()737 if (myfix < MAX_TC_FIXUPS) { in _nc_infotocap()740 fixups[myfix].ch <<= 3; in _nc_infotocap()741 fixups[myfix].ch |= (str[n] - '0'); in _nc_infotocap()[all …]
18 'diff -u old/europe new/europe >myfix.patch', and attach19 'myfix.patch' to the email.