Home
last modified time | relevance | path

Searched refs:GETC_ (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl2/rcs/dist/src/
H A Drcslex.c337 GETC_(frew, c) in nextlex()
351 GETC_(frew, c) in nextlex()
389 GETC_(frew, c) in nextlex()
577 GETC_(frew, c)
582 GETC_(frew, c)
596 GETC_(frew, c)
635 GETC_(frew, c)
683 GETC_(frew, c) in readstring()
690 GETC_(frew, c) in readstring()
759 GETC_(frew, c)
[all …]
H A Drcsedit.c634 GETC_(frew,c) in copystring()
642 GETC_(frew,c) in copystring()
691 GETC_(frew,c) in enterstring()
701 GETC_(frew,c) in enterstring()
820 GETC_(frew, c)
822 GETC_(frew, c)
886 GETC_(frew, c)
893 GETC_(frew, c)
920 GETC_(frew, c)
947 GETC_(frew, c)
[all …]
H A Drcsbase.h315 #define GETC_(o,c) { cacheget_(c) if (o) aputc_(c,o) } macro