PN_STRN           642 core/compile.c 	    PN_STRN("self", 4), blk->loc.lineno, 0)),
PN_STRN          1118 core/compile.c         val = PN_STRN((char *)ptr, len); \
PN_STRN          1266 core/compile.c   if (backend == PN_STRN("bc", 2))
PN_STRN           195 core/file.c        potion_table_put(P, PN_NIL, pe, PN_STRN(*env, key - *env),
PN_STRN           199 core/file.c      potion_send(P->lobby, PN_def, PN_STRN("Env", 3), pe);
PN_STRN            56 core/internal.c   PN_STR0 = PN_STRN("", 0);
PN_STRN            57 core/internal.c   PN_add  = PN_STRN("+", 1);
PN_STRN            58 core/internal.c   PN_sub  = PN_STRN("-", 1);
PN_STRN            59 core/internal.c   PN_mult = PN_STRN("*", 1);
PN_STRN            60 core/internal.c   PN_div  = PN_STRN("/", 1);
PN_STRN            61 core/internal.c   PN_rem  = PN_STRN("%", 1);
PN_STRN            62 core/internal.c   PN_bitn = PN_STRN("~", 1);
PN_STRN            63 core/internal.c   PN_bitl = PN_STRN("<<", 2);
PN_STRN            64 core/internal.c   PN_bitr = PN_STRN(">>", 2);
PN_STRN            65 core/internal.c   PN_if   = PN_STRN("if", 2);
PN_STRN            66 core/internal.c   PN_def = PN_STRN("def", 3);
PN_STRN            67 core/internal.c   PN_cmp = PN_STRN("cmp", 3);
PN_STRN            68 core/internal.c   PN_call = PN_STRN("call", 4);
PN_STRN            69 core/internal.c   PN_else = PN_STRN("else", 4);
PN_STRN            70 core/internal.c   PN_loop = PN_STRN("loop", 4);
PN_STRN            71 core/internal.c   PN_self = PN_STRN("self", 4);
PN_STRN            72 core/internal.c   PN_name = PN_STRN("name", 4);
PN_STRN            73 core/internal.c   PN_size = PN_STRN("size", 4);
PN_STRN            74 core/internal.c   PN_break = PN_STRN("break", 5);
PN_STRN            75 core/internal.c   PN_class = PN_STRN("class", 5);
PN_STRN            76 core/internal.c   PN_elsif = PN_STRN("elsif", 5);
PN_STRN            77 core/internal.c   PN_print = PN_STRN("print", 5);
PN_STRN            78 core/internal.c   PN_while = PN_STRN("while", 5);
PN_STRN            79 core/internal.c   PN_length = PN_STRN("length", 6);
PN_STRN            80 core/internal.c   PN_return = PN_STRN("return", 6);
PN_STRN            81 core/internal.c   PN_string = PN_STRN("string", 6);
PN_STRN            82 core/internal.c   PN_lookup = PN_STRN("lookup", 6);
PN_STRN            83 core/internal.c   PN_number = PN_STRN("number", 6);
PN_STRN            84 core/internal.c   PN_extern = PN_STRN("extern", 6);
PN_STRN            85 core/internal.c   PN_compile = PN_STRN("compile", 7);
PN_STRN            86 core/internal.c   PN_integer = PN_STRN("integer", 7);
PN_STRN            87 core/internal.c   PN_allocate = PN_STRN("allocate", 8);
PN_STRN            88 core/internal.c   PN_continue = PN_STRN("continue", 8);
PN_STRN            89 core/internal.c   PN_delegated = PN_STRN("delegated", 9);
PN_STRN           336 core/number.c    return PN_STRN(&c, 1);
PN_STRN           184 core/syntax.y  path = '/' < utff utfw* > -    { $$ = PN_STRN(yytext, yyleng); }
PN_STRN           186 core/syntax.y         < utff ( utfw | [.:] )* utfw+ '?'? > { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           187 core/syntax.y       | < utff utfw* '?'? >   { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           342 core/syntax.y  unquoted = < (!unq-sep !lick-end unq-char)+ > { $$ = PN_STRN(yytext, yyleng); }
PN_STRN           359 core/syntax.y  arg-name = < utff utfw* > -    { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           511 core/vm.c      	PN str = pn_readline(P, self, self, PN_STRN("> ", 2));