Searched refs:MARK (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libpp/
H A Dppcontrol.c593 if (p = strchr(p5, MARK))
597 if ((*s++ = *p++) == MARK && *p == MARK) p++;
603 if (p = (char*)memchr(pp.valbuf + 1, MARK, p6 - pp.valbuf - 1))
611 case MARK:
904 *p++ = MARK;
1003 *p++ = MARK;
1042 if (strchr(pp.token, MARK)) pp.state &= ~NOEXPAND;
1063 *p++ = MARK;
1133 case MARK
[all...]
H A Dpplib.h466 #define MARK '@' /* internal mark */ macro
473 #define SETFILE(p,v) (p+=sfsprintf(p,16,"%c%c%lx%c",MARK,'F',(long)v,MARK))
474 #define SETLINE(p,v) (p+=sfsprintf(p,16,"%c%c%lx%c",MARK,'L',(long)v,MARK))
H A Dppcall.c185 if ((c = *p) != '(' && c != '/' && c != 0 && c != MARK)
187 old_next = (c == MARK) ? pp.in->nextchr : NiL;
H A Dppfsm.c264 { QUICK, { C_EOF, MARK }, S_CHRB, },
280 { QUICK, { MARK }, QTOK, },
558 static char spl[] = { MARK, '?', '\\', '\r', CC_sub, 0 };
685 if (c != MARK || !INCOMMENT(rp))
H A Dppinput.c318 *pp.token++ = MARK;
H A Dpplex.c1100 if (pp.in->type == IN_MACRO && (s = strchr(pp.token, MARK)) && !*(s + 1))
1102 *(s + 1) = MARK;
1756 if ((*s++ = c) == MARK) SKIPIN();
1973 case MARK:
2075 case MARK:
/ast/src/cmd/ie/
H A Dio.h222 #define io_unreadc(c) (st.peekn |= (c)|MARK)
/ast/src/cmd/mailx/
H A Dmailx.h547 #define MARK (1<<3) macro

Completed in 24 milliseconds