Lines Matching refs:lc
62 #define GETONE(lc, p) \ argument
63 cw = ISASCII(lc = (unsigned char)*p++) ? 1 : \
64 (ISSET2(lc) ? WIDTH2 : \
65 (ISSET3(lc) ? WIDTH3 : WIDTH1)); \
69 lc = (lc << 7) | ((*p++) & 0177); \
99 lc = (lc << 7) | ((*p++) & 0177)
298 wchar_t lc; in execute() local
361 GETONE(lc, p); in execute()
363 if (same(c->inp, lc)) { in execute()
374 if (same(c->inp, lc)) { in execute()
388 while (lc != '\n') { in execute()
413 GETONE(lc, p); in execute()
450 if (lc == '\n') in execute()