Home
last modified time | relevance | path

Searched refs:getout (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bc/
H A Dbc.y40 static void getout(int) __NORETURN;
410 getout(1);
557 getout(0); in yylex()
667 getout(1); in yylex()
709 getout(0); in getch()
726 getout(1); in getch()
817 getout(1); in checkbuffer()
858 getout(1); in yyinit()
866 getout(int code) in getout() function
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c348 int getout; in doformat() local
355 getout = escape(p, 0, &len); in doformat()
359 if (getout) in doformat()