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;
573 getout(1);
724 getout(0); in yylex()
834 getout(1); in yylex()
876 getout(0); in getch()
893 getout(1); in getch()
985 getout(1); in checkbuffer()
1026 getout(1); in yyinit()
1034 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()