Searched refs:outn (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/flex/ |
| H A D | gen.c | 142 outn ("]])"); in geneoltbl() 419 outn (" {"); in genctbl() 1041 outn ("]])"); in gen_start_state() 1484 outn (""); 1496 outn (str); 1781 outn ("{ \\"); in make_tables() 1794 outn ("}"); in make_tables() 1795 outn ("]])\n"); in make_tables() 1801 outn (" */"); in make_tables() 1989 outn ("]])"); in make_tables() [all …]
|
| H A D | main.c | 1618 outn ("#ifdef VMS"); in readin() 1620 outn (yy_nostdinit); in readin() 1621 outn ("#else"); in readin() 1622 outn (yy_stdinit); in readin() 1623 outn ("#endif"); in readin() 1624 outn ("#else"); in readin() 1625 outn (yy_stdinit); in readin() 1626 outn ("#endif"); in readin() 1662 outn ("\t{"); in readin() 1664 outn ("\treturn 0;"); in readin() [all …]
|
| H A 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()
|
| H A D | dfa.c | 557 outn (" {"); in ntod() 567 outn (" },\n"); in ntod() 723 outn (" {"); in ntod() 748 outn (" },\n"); in ntod()
|
| H A 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("]])")
|
| H A D | scan.l | 605 outn("/* Begin user sect3 */");
|
| /freebsd-12.1/usr.bin/tcopy/ |
| H A D | tcopy.c | 231 int eot, inmaxblk, inn, outmaxblk, outn; in verify() local 247 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) { in verify() 250 outn = read(outp, outb, outmaxblk); in verify() 251 if (outn >= 0) in verify() 257 r2: if (inn != outn) { in verify() 260 "tcopy", inn, outn); in verify()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A 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-12.1/usr.bin/lex/ |
| H A D | initscan.c | 3368 outn("/* Begin user sect3 */");
|