Home | History | Annotate | Download | only in src

Lines Matching refs:primaryexp

877 static void primaryexp (LexState *ls, expdesc *v) {
878 /* primaryexp -> NAME | '(' expr ')' */
901 primaryexp { '.' NAME | '[' exp ']' | ':' NAME funcargs | funcargs } */
904 primaryexp(ls, v);