The key is to look in the INTCON register.

For the 16F690, INTCON.0 is RABIF. So you would use RABC_INT.

With the 16F1823, INTCON.0 is IOCIF, so it's IOC_INT.

I could probably make it so IOC_INT works for all of them.
They are all "Interrupt On Change".