Lines Matching refs:lc
64 #define GETONE(lc, p) \ argument
65 cw = ISASCII(lc = (unsigned char)*p++) ? 1 : \
66 (ISSET2(lc) ? WIDTH2 : \
67 (ISSET3(lc) ? WIDTH3 : WIDTH1)); \
71 lc = (lc << 7) | ((*p++) & 0177); \
101 lc = (lc << 7) | ((*p++) & 0177)
307 wchar_t lc; in execute() local
370 GETONE(lc, p); in execute()
372 if (same(c->inp, lc)) { in execute()
383 if (same(c->inp, lc)) { in execute()
397 while (lc != '\n') { in execute()
422 GETONE(lc, p); in execute()
461 if (lc == '\n') in execute()