/src/games/boggle/boggle/ |
extern.h | 44 char *get_line(char *);
|
/src/usr.bin/ctags/ |
C.c | 170 get_line(); 199 get_line(); 236 get_line(); 408 get_line();
|
ctags.h | 83 extern void get_line(void);
|
fortran.c | 134 get_line(); /* process line for ex(1) */
|
lisp.c | 108 get_line();
|
print.c | 54 * get_line -- 59 get_line(void) function in typeref:typename:void
|
/src/usr.sbin/gspa/gspa/ |
gspa.c | 144 while( get_line(line, MAXLINE) ){ 178 while( get_line(line, MAXLINE) ){ 233 get_line(char *lp, int maxlen) function in typeref:typename:int
|
gsp_ass.h | 139 int get_line(char *lp, int maxlen);
|
/src/usr.bin/csplit/ |
csplit.c | 72 static char *get_line(void); 204 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF) 284 get_line(void) function in typeref:typename:char * 305 /* Conceptually rewind the input (as obtained by get_line()) back `n' lines. */ 357 * get_line() will read from here. Next call will truncate to 405 while ((p = get_line()) != NULL) { 431 while (--ofs > 0 && (p = get_line()) != NULL) 466 if ((p = get_line()) == NULL)
|
/src/games/cribbage/ |
cribbage.h | 71 char *get_line(void);
|
io.c | 235 if (!(line = get_line())) 334 if (!(p = get_line()) || *p == '\0') { 515 * get_line: 520 get_line(void) function in typeref:typename:char *
|
crib.c | 239 get_line(); 410 get_line();
|
/src/usr.sbin/lpr/common_source/ |
lp.h | 109 size_t get_line(FILE *);
|
rmjob.c | 160 if (!get_line(fp)) { 195 while (get_line(cfp)) { 247 while (get_line(cfp)) {
|
/src/usr.bin/fsplit/ |
fsplit.c | 94 static int get_line(void); 161 while (get_line() > 0) { 273 get_line(void) function in typeref:typename:int
|
/src/usr.bin/rs/ |
rs.c | 99 static int get_line(void); 138 get_line(); 142 get_line(); 188 } while (get_line() != EOF); 343 get_line(void) /* get line; maintain curline, curlen; manage storage */ function in typeref:typename:int
|
/src/usr.bin/ftp/ |
extern.h | 134 int get_line(FILE *, char *, size_t, const char **);
|
/src/games/gomoku/ |
gomoku.h | 277 bool get_line(char *, int, void (*)(const char *));
|
main.c | 113 (void)get_line(fname, sizeof(fname), warn_if_exists); 216 get_line(buf, sizeof(buf), NULL); 243 if (!get_line(buf, sizeof(buf), NULL)) 491 if (!get_line(input, sizeof(input), NULL))
|
bdisp.c | 283 get_line(char *buf, int size, void (*on_change)(const char *)) function in typeref:typename:bool
|
/src/usr.bin/gencat/ |
gencat.c | 120 static char *get_line(int); 277 get_line(int fd) function in typeref:typename:char * 397 cptr = get_line(fd); 473 while ((cptr = get_line(fd))) {
|
/src/bin/pax/ |
options.c | 98 static char *get_line(FILE *fp); 111 /* errors from get_line */ 1250 while ((str = get_line(fp)) != NULL) { 1355 while ((str = get_line(fp)) != NULL) { 1684 while ((str = get_line(fp)) != NULL) { 1849 while ((str = get_line(stdin)) != NULL) { 2078 get_line(FILE *f) function in typeref:typename:char *
|
/src/usr.bin/mail/ |
mime_attach.c | 785 get_line(el_mode_t *em, const char *pr, const char *str, int i) function in typeref:typename:char * 813 line = get_line(em, pr, *str, i); 827 ename = get_line(&elm.mime_enc, "encoding", ename, num); 882 line = get_line(&elm.filec, "filename", ap->a_name, attach_num); 935 line = get_line(&elm.filec, "filename", "", attach_num);
|
/src/libexec/ftpd/ |
extern.h | 133 int get_line(char *, int, FILE *);
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 106 int get_line(char *, size_t *); 255 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) { 354 get_line(char *buf, size_t *valid) function in typeref:typename:int 1118 while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) {
|