<dec f='src/src/sys/sys/tty.h' l='262' type='u_char * nextc(struct clist * , u_char * , int * )'/>
<use f='src/src/sys/kern/tty.c' l='2359' u='c' c='ttyrub'/>
<use f='src/src/sys/kern/tty.c' l='2426' u='c' c='ttyretype'/>
<use f='src/src/sys/kern/tty.c' l='2428' u='c' c='ttyretype'/>
<def f='src/src/sys/kern/tty_subr.c' l='398' ll='425' type='u_char * nextc(struct clist * clp, u_char * cp, int * c)'/>
<doc f='src/src/sys/kern/tty_subr.c' l='390'>/*
 * Given a non-NULL pointer into the clist return the pointer
 * to the next character in the list or return NULL if no more chars.
 *
 * Callers must not allow getc&apos;s to happen between firstc&apos;s and getc&apos;s
 * so that the pointer becomes invalid.  Note that interrupts are NOT
 * masked.
 */</doc>
