Lines Matching full:plus
88 #define PLUS 43
256 * A plus sign starts Unicode (or "escape") Mode.
274 } else if(b!=PLUS) {
280 } else /* PLUS */ {
371 /* +- i.e. a minus immediately following a plus */
372 *target++=PLUS;
391 /* include the plus sign in the reported sequence */
393 bytes[0]=PLUS;
399 /* un-read the character in case it is a plus sign */
498 } else if(c==PLUS) {
500 *target++=PLUS;
521 *target++=PLUS;