HomeSort by: relevance | last modified time | path
    Searched defs:get_line (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/usr.bin/ctags/
print.c 54 * get_line --
59 get_line(void) function in typeref:typename:void
print.c 54 * get_line --
59 get_line(void) function in typeref:typename:void
print.c 54 * get_line --
59 get_line(void) function in typeref:typename:void
print.c 54 * get_line --
59 get_line(void) function in typeref:typename:void
  /src/games/gomoku/
bdisp.c 283 get_line(char *buf, int size, void (*on_change)(const char *)) function in typeref:typename:bool
bdisp.c 283 get_line(char *buf, int size, void (*on_change)(const char *)) function in typeref:typename:bool
bdisp.c 283 get_line(char *buf, int size, void (*on_change)(const char *)) function in typeref:typename:bool
bdisp.c 283 get_line(char *buf, int size, void (*on_change)(const char *)) function in typeref:typename:bool
  /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
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
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
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
  /src/games/boggle/boggle/
mach.c 170 get_line(char *q) function in typeref:typename:char *
mach.c 170 get_line(char *q) function in typeref:typename:char *
mach.c 170 get_line(char *q) function in typeref:typename:char *
mach.c 170 get_line(char *q) function in typeref:typename:char *
  /src/games/cribbage/
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 *
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 *
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 *
  /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)
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)
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/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
fsplit.c 94 static int get_line(void);
161 while (get_line() > 0) {
273 get_line(void) function in typeref:typename:int
fsplit.c 94 static int get_line(void);
161 while (get_line() > 0) {
273 get_line(void) function in typeref:typename:int

Completed in 56 milliseconds

1 2 3