Lines Matching refs:puttmp
965 while(isspace(c=Bgetc(input)))puttmp(c,1); in getnext()
967 puttmp(c,1); in getnext()
969 if(puttmp(Bgetc(input),1) == '*'){ in getnext()
972 puttmp(c,0); in getnext()
976 puttmp(c,1); in getnext()
978 if(puttmp((c=Bgetc(input)),1) == '/'){ in getnext()
980 puttmp((c=Bgetc(input)),1); in getnext()
990 while(puttmp((c=Bgetc(input)),1) != '\n') in getnext()
991 if(c == '\\')puttmp(Bgetc(input),1); in getnext()
995 while(isalnum(c = Bgetc(input)))puttmp(c,1); in getnext()
999 puttmp('\0',1); in getnext()
1016 puttmp(char c, int keep) in puttmp() function