Home
last modified time | relevance | path

Searched refs:PL_last_uni (Results 1 – 9 of 9) sorted by relevance

/dports/devel/p5-B-Hooks-Parser/B-Hooks-Parser-0.21/
H A Dstolen_chunk_of_toke.c102 #define PL_last_uni (PL_parser->last_uni) macro
272 PL_last_lop = PL_last_uni = Nullch; in S_skipspace()
299 if (PL_last_uni) in S_skipspace()
300 oldunilen = PL_last_uni - PL_bufend; in S_skipspace()
308 if (PL_last_uni) in S_skipspace()
309 PL_last_uni = s + oldunilen; in S_skipspace()
763 PL_last_lop = PL_last_uni = Nullch; in S_scan_str()
/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/
H A Dstolen_chunk_of_toke.c162 #define PL_last_uni (PL_parser->last_uni) macro
376 PL_last_lop = PL_last_uni = Nullch; in S_skipspace()
403 if (PL_last_uni) in S_skipspace()
404 oldunilen = PL_last_uni - PL_bufend; in S_skipspace()
412 if (PL_last_uni) in S_skipspace()
413 PL_last_uni = s + oldunilen; in S_skipspace()
879 PL_last_lop = PL_last_uni = Nullch; in S_scan_str()
/dports/lang/perl5.30/perl-5.30.3/
H A Dtoke.c249 PL_last_uni = PL_oldbufptr; \
1926 while (isSPACE(*PL_last_uni)) in S_check_uni()
1927 PL_last_uni++; in S_check_uni()
1928 s = PL_last_uni; in S_check_uni()
1936 UTF8fARG(UTF, (int)(s - PL_last_uni), PL_last_uni)); in S_check_uni()
2447 SAVEPPTR(PL_last_uni); in S_sublex_push()
2543 PL_last_lop = PL_last_uni = NULL; in S_sublex_done()
5329 PL_last_uni = 0;
5346 PL_last_uni = 0;
6952 && ( *PL_last_uni != 's' || s - PL_last_uni < 5
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dtoke.c75 #define PL_last_uni (PL_parser->last_uni) macro
262 PL_last_uni = PL_oldbufptr; \
2038 while (isSPACE(*PL_last_uni)) in S_check_uni()
2039 PL_last_uni++; in S_check_uni()
2040 s = PL_last_uni; in S_check_uni()
2048 UTF8fARG(UTF, (int)(s - PL_last_uni), PL_last_uni)); in S_check_uni()
2566 SAVEPPTR(PL_last_uni); in S_sublex_push()
6544 && ( *PL_last_uni != 's' || s - PL_last_uni < 5 in yyl_slash()
6918 PL_last_uni = PL_oldbufptr; in yyl_require()
8815 PL_last_uni = 0; in yyl_try()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dtoke.c262 PL_last_uni = PL_oldbufptr; \
1940 while (isSPACE(*PL_last_uni)) in S_check_uni()
1941 PL_last_uni++; in S_check_uni()
1942 s = PL_last_uni; in S_check_uni()
1950 UTF8fARG(UTF, (int)(s - PL_last_uni), PL_last_uni)); in S_check_uni()
2461 SAVEPPTR(PL_last_uni); in S_sublex_push()
2557 PL_last_lop = PL_last_uni = NULL; in S_sublex_done()
6416 && ( *PL_last_uni != 's' || s - PL_last_uni < 5 in yyl_slash()
6792 PL_last_uni = PL_oldbufptr; in yyl_require()
8675 PL_last_uni = 0; in yyl_try()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dtoke.c262 PL_last_uni = PL_oldbufptr; \
1964 while (isSPACE(*PL_last_uni)) in S_check_uni()
1965 PL_last_uni++; in S_check_uni()
1966 s = PL_last_uni; in S_check_uni()
1974 UTF8fARG(UTF, (int)(s - PL_last_uni), PL_last_uni)); in S_check_uni()
2492 SAVEPPTR(PL_last_uni); in S_sublex_push()
2588 PL_last_lop = PL_last_uni = NULL; in S_sublex_done()
6470 && ( *PL_last_uni != 's' || s - PL_last_uni < 5 in yyl_slash()
6850 PL_last_uni = PL_oldbufptr; in yyl_require()
8741 PL_last_uni = 0; in yyl_try()
[all …]
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs236 #define PL_last_uni (PL_parser->last_uni) macro
2137 if (PL_last_uni && (PL_last_uni += shift) < s) in da_ck_rv2cv()
2138 PL_last_uni = s; in da_ck_rv2cv()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim1071 syn keyword xsVariable PL_last_lop PL_last_lop_op PL_last_uni PL_latin1_lc
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim1071 syn keyword xsVariable PL_last_lop PL_last_lop_op PL_last_uni PL_latin1_lc