nl 496 core/syntax.y char *c, *nl, *s = G->buf; nl 499 core/syntax.y if (i) nl = s+i+1; else nl = s; nl 500 core/syntax.y c = strchr(nl, 10); nl 501 core/syntax.y l = c ? c - nl : s + pos - nl; nl 502 core/syntax.y return l ? potion_byte_str2(G->data, nl, l) : PN_NIL; nl 194 tools/compile.c static void save(int n) { nl(); pindent(); fprintf(output, " int yypos%d= G->pos, yythunkpos%d= G->thunkpos;\n", n, n); } nl 195 tools/compile.c static void label(int n) { nl(); pindent(); fprintf(output, " l%d:\n", n); } /* Note: ensure that there is an expr following */ nl 259 tools/compile.c begin(); nl(); nl 263 tools/compile.c end(); nl(); nl 274 tools/compile.c begin(); nl(); nl 278 tools/compile.c end(); nl();