Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bc/
H A Dbc.y43 static void getout(int) __NORETURN;
413 getout(1);
560 getout(0); in yylex()
670 getout(1); in yylex()
712 getout(0); in getch()
729 getout(1); in getch()
820 getout(1); in checkbuffer()
861 getout(1); in yyinit()
869 getout(int code) in getout() function
/titanic_41/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()