HomeSort by: relevance | last modified time | path
    Searched defs:LINE (Results 1 - 7 of 7) sorted by relevancy

  /src/games/monop/
getinp.c 47 #define LINE 70
68 if ((match+=(n_match=strlen(lst[i]))) > LINE) {
  /src/games/adventure/
setup.c 70 #define LINE 10 /* How many values do we get on a line? */
116 if (count++ % LINE == 0) /* Finished a line? */
  /src/games/atc/
struct.h 55 } LINE;
70 LINE *line; member in struct:__anon439b482b0308
  /src/usr.bin/join/
join.c 70 char *line; /* line */ member in struct:__anon1dd7fe7d0108
71 u_long linealloc; /* line allocated count */
72 char **fields; /* line field(s) */
73 u_long fieldcnt; /* line field(s) count */
74 u_long fieldalloc; /* line field(s) allocated count */
75 } LINE;
78 static LINE noline = {nolineline, 0, 0, 0, 0}; /* arg for outfield if no line to output */
86 LINE *set; /* set of lines with same field *
    [all...]
  /src/usr.bin/col/
col.c 74 #define VT '\013' /* vertical tab (aka reverse line feed) */
75 #define RLF '7' /* ESC-7 reverse line feed */
76 #define RHLF '8' /* ESC-8 reverse half-line feed */
77 #define FHLF '9' /* ESC-9 forward half-line feed */
93 typedef struct line_str LINE;
95 CHAR *l_line; /* characters on the line */
96 LINE *l_prev; /* previous line */
97 LINE *l_next; /* next line */
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 88 #define LINE 13
209 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}},
663 case LINE:
  /src/bin/ksh/
sh.h 178 #define LINE 1024 /* input line size */
258 #define OF_CMDLINE 0x01 /* command line */
492 /* Minimum required space to work with on a line - if the prompt leaves less
493 * space than this on a line, the prompt is truncated.
496 /* Minimum allowed value for x_cols: 2 for prompt, 3 for " < " at end of line

Completed in 61 milliseconds