Lines Matching refs:targ
254 /buf-len buffer: targ-file
255 : targ-file$ ( -- file$ ) targ-file cscount ;
257 : init-targ ( -- )
258 targ-file /buf-len erase
259 " /platform/" targ-file swap move
275 init-targ 2dup targ-file$ $append
276 targ-file$ fs-open if ( name$ fd )
326 init-targ
327 targ-file$ $append ( file$ )
328 " /" targ-file$ $append
329 targ-file$ $append ( )
330 targ-file$ ( new$ )
350 : get-targ ( -- file$ )
378 \ copy to targ-file for 'whoami' prop
379 targ-file /buf-len erase
380 2dup targ-file swap move
545 targ-file$ encode-string " whoami" property
632 get-targ open-path ( fd )