Home
last modified time | relevance | path

Searched refs:TOKEN_R_LASSIGN (Results 1 – 2 of 2) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dr.h43 TOKEN_R_LASSIGN, /* <-, <<- */ enumerator
H A Dr.c670 token->type = TOKEN_R_LASSIGN; in readToken()
1447 case TOKEN_R_LASSIGN: return "LASSIGN"; in tokenTypeStr()