Searched refs:scan_word (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | toke.c | 969 s = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, allow_pack, &len); in S_force_word() 2113 s = scan_word(s, tmpbuf, sizeof tmpbuf, TRUE, &len); in S_intuit_method() 3212 d = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, FALSE, &len); 3379 d = scan_word(d, PL_tokenbuf + 1, sizeof PL_tokenbuf - 1, 3746 t = scan_word(t, tmpbuf, sizeof tmpbuf, TRUE, &len); 3767 scan_word(s, tmpbuf, sizeof tmpbuf, TRUE, &len); 4016 s = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, FALSE, &len); 4115 s = scan_word(s, PL_tokenbuf + len, sizeof PL_tokenbuf - len, 4453 s = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, FALSE, &len); 4845 s = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, TRUE, &len); [all …]
|
| D | embed.h | 1370 #define scan_word S_scan_word macro 3412 #define scan_word(a,b,c,d,e) S_scan_word(aTHX_ a,b,c,d,e) macro
|
| D | embed.fnc | 1297 s |char* |scan_word |NN char *s|NN char *dest|STRLEN destlen \
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 1280 s |char* |scan_word |char *s|char *dest|STRLEN destlen \
|