Lines Matching refs:om

569 	char*			om = 0;  in lex()  local
872 op = strcopy(om, "/* "); in lex()
884 op = strcopy(om, "#if defined(__STDC__) || defined(__STDPP__)\n"); in lex()
1117 om = op - 1; in lex()
1127 om = 0; in lex()
1144 om = 0; in lex()
1150 om = 0; in lex()
1226 om = op + (ip - bp); in lex()
1246 om = op - 1; in lex()
1292 om = op - 1; in lex()
1306 om = op - 1; in lex()
1362 op = om++; in lex()
1369 om = (v = (op += 4)) + 1; in lex()
1384 om = (e = ++op) + 1; in lex()
1392 om = (v = (op += 7)) + 1; in lex()
1410 if (c != '*' && op > om) PUTCHR(' '); in lex()
1417 while (op > om && ((c = *(op - 1)) == '(' || c == ')' || c == '[' || c == ']')) in lex()
1420 while (op > om && (c = *(op - 1)) != ' ' && c != '*') in lex()
1427 while (e > om && *(e - 1) == '*') in lex()
1431 if (op <= om || *(op - 1) == ',' && (*op++ = ' ')) in lex()
1434 if (op <= om) in lex()
1469 if (op > om && (c = *(op - 1)) == ' ') op--; in lex()
1476 if (op > om && *(op - 1) == ' ') op--; in lex()
1482 if (op > om && *(op - 1) == '(') in lex()
1487 …else if ((flags & EXTERN) && (op == om || *(op - 1) == ' ') && *ie == 'r' && !strncmp(ie, "registe… in lex()
1490 if (op > om) UNPUTCHR(); in lex()
1495 if (op <= om) op = strcopy(op, "void"); in lex()
1517 op = strcopy(om, " __PARAM__("); in lex()
1714 om += n; in lex()
1728 if (++ko >= om) in lex()
1731 om = ko; in lex()
1738 op = om; in lex()
1742 op = om += 14; in lex()
1753 op = om; in lex()
1760 if (flags & DECLARE) op = strcopy(om, "()"); in lex()
1761 else if (!(flags & TOKENS)) op = strcopy(om, "(__VARARG__)"); in lex()
1764 op = strcopy(om, " __PROTO__("); in lex()