Home
last modified time | relevance | path

Searched refs:xcatgets (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.decls.h205 extern char *xcatgets (nl_catd, int, int, const char *);
H A Dsh.func.c2609 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) function
2633 orig = xcatgets(ctd, set_id, msg_id, s);
2691 xcatgets(catd, 255, 1, "UTF-8"));
H A Dsh.h1247 # define CGETS(b, c, d) xcatgets(catd, b, c, d)