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

  /src/games/atc/
struct.h 55 } LINE;
70 LINE *line; member in struct:__anon439b482b0308
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:__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/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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4412-n710x.dts 91 "LINE", "LINEOUT2N",
92 "LINE", "LINEOUT2P",
exynos4412-galaxy-s3.dtsi 189 "LINE", "LINEOUT2N",
190 "LINE", "LINEOUT2P",
s5pv210-fascinate4g.dts 86 "LINE", "LINEOUT2N",
87 "LINE", "LINEOUT2P",
s5pv210-galaxys.dts 113 "LINE", "LINEOUT2N",
114 "LINE", "LINEOUT2P",
imx6dl-b1x5pv2.dtsi 260 simple-audio-card,audio-routing = "Ext Spk", "LINE";
325 gpio-line-names = "GPIO_ROTOR#", "ACM_IO_INT", "TMP_SENSOR_IRQ", "AC_IN",
  /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
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);
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 in function:hist_replace
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 in function:histload
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 88 #define LINE 13
209 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}},
663 case LINE:

Completed in 19 milliseconds