/src/sys/arch/sparc64/sparc64/ |
bsd_fdintr.s | 116 nextc: label 140 bne,a nextc ! if (--fdc->sc_tc) goto ...
|
/src/bin/sh/ |
output.h | 42 char *nextc; member in struct:output 103 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
|
input.c | 94 const char *nextc; /* next char in buffer */ member in struct:parsefile 104 const char *parsenextc; /* copy of parsefile->nextc */ 120 basepf.nextc = basepf.buf = basebuf; 617 parsefile->nextc = parsenextc; 645 parsenextc = parsefile->nextc;
|
jobs.c | 2046 char *nextc; local in function:cmdputs 2054 nextc = cmdnextc; 2144 *nextc++ = c; 2149 *nextc++ = '"'; 2153 cmdnextc = nextc;
|
/src/sys/arch/sparc/sparc/ |
bsd_fdintr.s | 213 nextc: label 248 bne,a nextc ! if (--fdc->sc_tc) goto ...
|
/src/sys/kern/ |
tty_subr.c | 392 nextc(struct clist *clp, u_char *cp, int *c) function in typeref:typename:u_char *
|
/src/usr.sbin/ldpd/ |
ldp_command.c | 223 char *nextc = recvspace; local in function:command_dispatch 260 strsep(&nextc, " "); 262 command_match(main_commands, cs->socket, recvspace, nextc); 363 char *nextc = recvspace; local in function:set_func 370 strsep(&nextc, " "); 372 command_match(set_commands, s, recvspace, nextc); 379 char *nextc = recvspace; local in function:show_func 386 strsep(&nextc, " "); 388 command_match(show_commands, s, recvspace, nextc);
|