Searched refs:MARK (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 593 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 D | pplib.h | 466 #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 D | ppcall.c | 185 if ((c = *p) != '(' && c != '/' && c != 0 && c != MARK) 187 old_next = (c == MARK) ? pp.in->nextchr : NiL;
|
H A D | ppfsm.c | 264 { 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 D | ppinput.c | 318 *pp.token++ = MARK;
|
H A D | pplex.c | 1100 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 D | io.h | 222 #define io_unreadc(c) (st.peekn |= (c)|MARK)
|
/ast/src/cmd/mailx/ |
H A D | mailx.h | 547 #define MARK (1<<3) macro
|
Completed in 25 milliseconds