| /src/games/atc/ |
| struct.h | 55 } LINE; 70 LINE *line; member in struct:__anon91
|
| grammar.y | 76 int line = 1; 154 line bunch_of_lines 156 | line 160 line: label 269 if (sp->line == NULL) 270 sp->line = malloc((sp->num_lines + 271 REALLOC) * sizeof (LINE)); 273 sp->line = realloc(sp->line, 275 sizeof (LINE)); [all...] |
| /src/usr.bin/join/ |
| join.c | 70 char *line; /* line */ member in struct:__anon8269 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/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/monop/ |
| getinp.c | 47 #define LINE 70 68 if ((match+=(n_match=strlen(lst[i]))) > 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
|
| history.c | 223 hist_source->line - (int) (histptr - hp)); 224 /* print multi-line commands correctly */ 317 histsave(++(hist_source->line), p, 1); 344 char *line; local 347 line = str_save(*hp, ATEMP); 377 line = Xclose(xs, xp); 379 return hist_execute(line); 396 hp = histptr + (n < 0 ? n : (n - hist_source->line)); 462 if (histptr >= histlist && last_line != hist_source->line) { 463 hist_source->line-- 1036 unsigned char *line = NULL; local [all...] |
| lex.c | 870 s->line = 0; 994 XcheckN(s->xs, xp, LINE); 1016 nread = x_read(xp, LINE); 1028 s->line++; 1088 s->line++; 1089 histsave(s->line, s->str, 1); 1126 s ? s->line + 1 : 0); 1175 source->line + 1);
|
| /src/usr.sbin/gspa/gspa/ |
| gsp_inst.c | 85 #define LINE 13 206 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}}, 660 case LINE:
|