Lines Matching refs:drop
110 begin read8-native dup 0< ifnot ret then drop co again ;
121 drop r ;
131 dup data-get8 norm-upper dup ifnot 2drop -1 ret then
132 read8 norm-upper dup `\n = if drop 2drop 0 ret then
133 = ifnot drop skip-newline 0 ret then
145 over ifnot 2drop skip-newline 0 ret then
146 read8 dup `\n = if 2drop orig-len swap - ret then
147 dup `\r = if drop else norm-upper over set8 then
167 drop
197 drop
232 read8 dup `- = if drop -1 ret then
233 dup ws? if drop next-nonws then
234 dup `\n = if drop 2 ret then
235 from-base64 dup 0< if drop skip-newline 3 ret then
239 next-nonws dup `\n = if drop 3 ret then
240 from-base64 dup 0< if drop skip-newline 3 ret then
244 next-nonws dup `\n = if drop 3 ret then
247 drop
248 next-nonws dup `\n = if drop 3 ret then
249 skip-newline-ws ifnot drop 3 ret then
255 from-base64 dup 0< if drop skip-newline 3 ret then
259 next-nonws dup `\n = if drop 3 ret then
261 drop skip-newline-ws ifnot 3 ret then
267 from-base64 dup 0< if drop skip-newline 3 ret then
278 begin read8 dup `\n = while drop repeat
305 drop 3 send-event 0 ret