Home | History | Annotate | Download | only in common

Lines Matching refs:PLUS

89 #define PLUS  43
257 * A plus sign starts Unicode (or "escape") Mode.
275 } else if(b!=PLUS) {
281 } else /* PLUS */ {
324 * It may be for example, a plus which we need to deal with in direct mode.
330 /* include the plus sign in the reported sequence, but not the subsequent char */
332 bytes[0]=PLUS;
350 /* un-read the current character in case it is a plus sign */
411 /* +- i.e. a minus immediately following a plus */
412 *target++=PLUS;
512 } else if(c==PLUS) {
514 *target++=PLUS;
535 *target++=PLUS;