Home
last modified time | relevance | path

Searched refs:outn (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
HDgen.c130 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[["); in geneoltbl()
131 outn ("/* Table of booleans, true if rule could match eol. */"); in geneoltbl()
144 outn ("]])"); in geneoltbl()
344 outn ("static const struct yy_trans_info *yy_transition = 0;"); in genctbl()
412 outn (" };\n"); in genctbl()
418 outn ("static const struct yy_trans_info **yy_start_state_list =0;"); in genctbl()
421 outn (" {"); in genctbl()
513 outn ("m4_ifdef( [[M4_YY_USES_REJECT]],\n[["); in gen_find_action()
515 outn ("find_rule: /* we branch to this label when backing up */"); in gen_find_action()
517 outn ("]])\n"); in gen_find_action()
[all …]
HDmain.c487 outn((char*) top_buf.elts); in check_options()
495 outn("#line 0 \"M4_YY_OUTFILE_NAME\"\n"); in check_options()
499 outn ((char *) (userdef_buf.elts)); in check_options()
1594 outn ("#define YY_SKIP_YYWRAP"); in readin()
1598 outn ("\n#define FLEX_DEBUG"); in readin()
1601 outn ("typedef flex_uint8_t YY_CHAR;"); in readin()
1605 outn ("#define yytext_ptr yytext"); in readin()
1608 outn ("#define YY_INTERACTIVE"); in readin()
1616 outn ("#ifdef VMS"); in readin()
1617 outn ("#ifdef __VMS_POSIX"); in readin()
[all …]
HDmisc.c260 outn (" } ;\n"); in dataend()
594 void outn (const char *str) in outn() function
765 outn ((char *) (yydmap_buf.elts)); in skelout()
800 outn (buf); in skelout()
HDdfa.c540 outn (" {"); in ntod()
550 outn (" },\n"); in ntod()
706 outn (" {"); in ntod()
731 outn (" },\n"); in ntod()
HDflexdef.h895 extern void outn(const char *);
1069 #define OUT_BEGIN_CODE() outn("m4_ifdef( [[M4_YY_IN_HEADER]],,[[m4_dnl")
1070 #define OUT_END_CODE() outn("]])")
HDscan.l631 outn("/* Begin user sect3 */");
/freebsd-13-stable/usr.bin/tcopy/
HDtcopy.c228 int eot, inmaxblk, inn, outmaxblk, outn; in verify() local
244 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) { in verify()
247 outn = read(outp, outb, outmaxblk); in verify()
248 if (outn >= 0) in verify()
254 r2: if (inn != outn) { in verify()
257 "tcopy", inn, outn); in verify()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/regulator/
HDtps65132-regulator.txt12 -For regulator outn, the sub node name should be "outn".
39 outn {
40 regulator-name = "outn";
/freebsd-13-stable/usr.bin/lex/
HDinitscan.c3339 outn("/* Begin user sect3 */");