/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/ |
H A D | stolen_chunk_of_toke.c | 31 #define scan_ident(a,b,c,d,e) S_scan_ident(aTHX_ a,b,c,d,e) 919 S_scan_ident(pTHX_ register char *s, register const char *send, char *dest, STRLEN destlen, I32 ck_… in S_scan_ident() function
|
H A D | Changes | 175 - Bind S_scan_ident to perl. It allows scanning for simple identifiers.
|
/dports/lang/perl5.32/perl-5.32.1/ |
H A D | embed.h | 1946 #define scan_ident(a,b,c,d) S_scan_ident(aTHX_ a,b,c,d)
|
H A D | toke.c | 9922 S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni) in S_scan_ident() function
|
H A D | proto.h | 6493 STATIC char* S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni);
|
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | embed.h | 1957 #define scan_ident(a,b,c,d) S_scan_ident(aTHX_ a,b,c,d)
|
H A D | toke.c | 9980 S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni) in S_scan_ident() function
|
H A D | proto.h | 6513 STATIC char* S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni);
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | embed.h | 2051 #define scan_ident(a,b,c,d) S_scan_ident(aTHX_ a,b,c,d)
|
H A D | toke.c | 9501 S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni) function
|
H A D | proto.h | 6132 STATIC char* S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni);
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | embed.h | 1974 #define scan_ident(a,b,c,d) S_scan_ident(aTHX_ a,b,c,d)
|
H A D | toke.c | 10054 S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni) in S_scan_ident() function
|
H A D | proto.h | 6588 STATIC char* S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni);
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | xs.vim | 176 syn keyword xsPrivate S_scan_formline S_scan_heredoc S_scan_ident
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | xs.vim | 176 syn keyword xsPrivate S_scan_formline S_scan_heredoc S_scan_ident
|