Searched refs:lnp (Results 1 – 3 of 3) sorted by relevance
35 final SCPClient.LenNamePair lnp; in SCPInputStream() local60 lnp = client.parseCLine(line); in SCPInputStream()70 this.remaining = lnp.length; in SCPInputStream()
160 LenNamePair lnp = new LenNamePair(); in parseCLine() local161 lnp.length = len; in parseCLine()162 lnp.filename = name_substring; in parseCLine()164 return lnp; in parseCLine()
632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) in histsave() argument650 ++*lnp; in histsave()654 writehistfile(*lnp, c); in histsave()