nl 183 syn/compile.c static void save(int n) { nl(); pindent(); fprintf(output, " int yypos%d= G->pos, yythunkpos%d= G->thunkpos;\n", n, n); } nl 184 syn/compile.c static void label(int n) { nl(); pindent(); fprintf(output, " l%d:\n", n); } nl 670 syn/syntax-p5.y char *c, *nl, *s = G->buf; nl 673 syn/syntax-p5.y if (i) nl = s+i+1; else nl = s; nl 674 syn/syntax-p5.y c = strchr(nl, 10); nl 675 syn/syntax-p5.y l = c ? c - nl : s + pos - nl; nl 676 syn/syntax-p5.y return l ? potion_byte_str2(G->data, nl, l) : PN_NIL; nl 475 syn/syntax.y char *c, *nl, *s = G->buf; nl 478 syn/syntax.y if (i) nl = s+i+1; else nl = s; nl 479 syn/syntax.y c = strchr(nl, 10); nl 480 syn/syntax.y l = c ? c - nl : s + pos - nl; nl 481 syn/syntax.y return l ? potion_byte_str2(G->data, nl, l) : PN_NIL;