Searched refs:wline (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/devfs/
H A Ddevfs.c189 char **ap, *cp, *wline, *xcp; local
192 wline = strdup(line);
193 if (wline == NULL)
197 for (xcp = wline, *acp = 0;
209 assert(STAILQ_FIRST(&plist)->ptr == wline);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1364 const Char *wline; local
1372 wline = ct_decode_string(line, &conv);
1374 (void)FUNW(history)(h, &ev, H_ENTER, wline);

Completed in 105 milliseconds