Searched refs:outn (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/flex/ |
| D | gen.c | 128 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[["); in geneoltbl() 129 outn ("/* Table of booleans, true if rule could match eol. */"); in geneoltbl() 142 outn ("]])"); in geneoltbl() 342 outn ("static yyconst struct yy_trans_info *yy_transition = 0;"); in genctbl() 410 outn (" };\n"); in genctbl() 416 outn ("static yyconst struct yy_trans_info **yy_start_state_list =0;"); in genctbl() 419 outn (" {"); in genctbl() 510 outn ("goto find_rule; /* avoid `defined but not used' warning */"); in gen_find_action() 511 outn ("find_rule: /* we branch to this label when backing up */"); in gen_find_action() 1036 outn ("m4_ifdef( [[M4_YY_USES_REJECT]],\n[["); in gen_start_state() [all …]
|
| D | main.c | 469 outn((char*) top_buf.elts); in check_options() 476 outn("#line 0 \"M4_YY_OUTFILE_NAME\"\n"); in check_options() 480 outn ((char *) (userdef_buf.elts)); in check_options() 1580 outn ("\n#define yywrap(yyscanner) 1"); in readin() 1582 outn ("\n#define yywrap() 1"); in readin() 1584 outn ("#define YY_SKIP_YYWRAP"); in readin() 1588 outn ("\n#define FLEX_DEBUG"); in readin() 1592 outn ("typedef unsigned char YY_CHAR;"); in readin() 1594 outn ("typedef char YY_CHAR;"); in readin() 1598 outn ("#define yytext_ptr yytext"); in readin() [all …]
|
| D | misc.c | 324 outn (" } ;\n"); in dataend() 726 void outn (str) in outn() function 899 outn ((char *) (yydmap_buf.elts)); in skelout() 937 outn (buf); in skelout()
|
| D | dfa.c | 557 outn (" {"); in ntod() 567 outn (" },\n"); in ntod() 723 outn (" {"); in ntod() 748 outn (" },\n"); in ntod()
|
| D | flexdef.h | 951 extern void outn PROTO ((const char *)); 1133 #define OUT_BEGIN_CODE() outn("m4_ifdef( [[M4_YY_IN_HEADER]],,[[") 1134 #define OUT_END_CODE() outn("]])")
|
| D | scan.l | 605 outn("/* Begin user sect3 */");
|
| /freebsd-10-stable/usr.bin/tcopy/ |
| D | tcopy.c | 229 int eot, inmaxblk, inn, outmaxblk, outn; in verify() local 245 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) { in verify() 248 outn = read(outp, outb, outmaxblk); in verify() 249 if (outn >= 0) in verify() 255 r2: if (inn != outn) { in verify() 258 "tcopy", inn, outn); in verify()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | wince-stub.c | 66 static int outn = -1; in mempool() local 69 if (++outn >= (sizeof (outs) / sizeof (outs[0]))) in mempool() 70 outn = 0; in mempool() 74 if (outs[outn]) in mempool() 75 FREE (outs[outn]); in mempool() 76 outs[outn] = (LPWSTR) MALLOC (len); in mempool() 78 return outs[outn]; in mempool()
|
| /freebsd-10-stable/usr.bin/lex/ |
| D | initscan.c | 3368 outn("/* Begin user sect3 */");
|