Searched refs:NCONTEXT (Results 1 – 2 of 2) sorted by relevance
49 static wchar_t context[NCONTEXT]; /* Circular buffer of context */1119 if (conptr >= &context[NCONTEXT]) in lexgetc()1137 conptr = &context[NCONTEXT]; in lexungetc()1227 n = NCONTEXT; in awkierr()1229 if (cp >= &context[NCONTEXT]) in awkierr()
74 #define NCONTEXT 50 /* Amount of context for error msgs */ macro