PN_STRN           683 core/compile.c 	    PN_STRN("self", 4), blk->loc.lineno, 0)),
PN_STRN          1110 core/compile.c         val = PN_STRN((char *)ptr, len); \
PN_STRN          1255 core/compile.c   if (backend == PN_STRN("bc", 2))
PN_STRN           205 core/file.c        potion_table_put(P, PN_NIL, pe, PN_STRN(*env, key - *env),
PN_STRN            53 core/internal.c   PN_STR0 = PN_STRN("", 0);
PN_STRN            54 core/internal.c   PN_add  = PN_STRN("+", 1);
PN_STRN            55 core/internal.c   PN_sub  = PN_STRN("-", 1);
PN_STRN            56 core/internal.c   PN_mult = PN_STRN("*", 1);
PN_STRN            57 core/internal.c   PN_div  = PN_STRN("/", 1);
PN_STRN            58 core/internal.c   PN_rem  = PN_STRN("%", 1);
PN_STRN            59 core/internal.c   PN_bitn = PN_STRN("~", 1);
PN_STRN            60 core/internal.c   PN_bitl = PN_STRN("<<", 2);
PN_STRN            61 core/internal.c   PN_bitr = PN_STRN(">>", 2);
PN_STRN            62 core/internal.c   PN_if   = PN_STRN("if", 2);
PN_STRN            63 core/internal.c   PN_def = PN_STRN("def", 3);
PN_STRN            64 core/internal.c   PN_cmp = PN_STRN("cmp", 3);
PN_STRN            66 core/internal.c   PN_no  = PN_STRN("no", 2);
PN_STRN            67 core/internal.c   PN_use = PN_STRN("use", 3);
PN_STRN            69 core/internal.c   PN_call = PN_STRN("call", 4);
PN_STRN            70 core/internal.c   PN_else = PN_STRN("else", 4);
PN_STRN            71 core/internal.c   PN_loop = PN_STRN("loop", 4);
PN_STRN            72 core/internal.c   PN_self = PN_STRN("self", 4);
PN_STRN            73 core/internal.c   PN_name = PN_STRN("name", 4);
PN_STRN            74 core/internal.c   PN_size = PN_STRN("size", 4);
PN_STRN            75 core/internal.c   PN_break = PN_STRN("break", 5);
PN_STRN            76 core/internal.c   PN_class = PN_STRN("class", 5);
PN_STRN            77 core/internal.c   PN_elsif = PN_STRN("elsif", 5);
PN_STRN            78 core/internal.c   PN_print = PN_STRN("print", 5);
PN_STRN            79 core/internal.c   PN_while = PN_STRN("while", 5);
PN_STRN            80 core/internal.c   PN_length = PN_STRN("length", 6);
PN_STRN            81 core/internal.c   PN_return = PN_STRN("return", 6);
PN_STRN            82 core/internal.c   PN_string = PN_STRN("string", 6);
PN_STRN            83 core/internal.c   PN_lookup = PN_STRN("lookup", 6);
PN_STRN            84 core/internal.c   PN_number = PN_STRN("number", 6);
PN_STRN            85 core/internal.c   PN_compile = PN_STRN("compile", 7);
PN_STRN            86 core/internal.c   PN_allocate = PN_STRN("allocate", 8);
PN_STRN            87 core/internal.c   PN_continue = PN_STRN("continue", 8);
PN_STRN            88 core/internal.c   PN_delegated = PN_STRN("delegated", 9);
PN_STRN           204 core/number.c    return PN_STRN(&c, 1);
PN_STRN           425 core/vm.c      	PN str = pn_readline(P, self, self, PN_STRN("> ", 2));
PN_STRN           273 syn/syntax-p5.y special = < ( "foreach"|"for"|"while"|"class"|"if"|"elseif" ) > - { $$ = PN_AST(MSG, PN_STRN(yytext, yyleng)) }
PN_STRN           329 syn/syntax-p5.y #path = '/' < utfw+ > - { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           330 syn/syntax-p5.y #path    = < utfw+ > -  { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           331 syn/syntax-p5.y #msg = < utfw+ > -   	{ $$ = PN_STRN(yytext, yyleng) }
PN_STRN           423 syn/syntax-p5.y                                : PN_STRN(yytext, yyleng) }
PN_STRN           467 syn/syntax-p5.y unquoted = < (!unq-sep !listref-end unq-char)+ > { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           481 syn/syntax-p5.y id = < IDFIRST utfw* > { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           518 syn/syntax-p5.y arg-name = < utfw+ > - { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           545 syn/syntax-p5.y arg2-sigil = < [$@%] >          { $$ = PN_STRN(yytext, yyleng) }
PN_STRN           176 syn/syntax.y   path = '/' < utfw+ > -    { $$ = PN_STRN(yytext, yyleng); }
PN_STRN           178 syn/syntax.y          < utfw ( utfw | [.:] )+ utfw+ '?'? > - { $$ = PN_STRN(yytext, yyleng); }
PN_STRN           179 syn/syntax.y        | < utfw+ '?'? > -   { $$ = PN_STRN(yytext, yyleng); }
PN_STRN           327 syn/syntax.y   unquoted = < (!unq-sep !lick-end unq-char)+ > { $$ = PN_STRN(yytext, yyleng); }
PN_STRN           344 syn/syntax.y   arg-name = < utfw+ > -    { $$ = PN_STRN(yytext, yyleng) }