Home | Sort by: relevance | last modified time | path |
/src/games/backgammon/teachgammon/ | |
teach.c | 49 static const char *const contin[] = { variable in typeref:typename:const char * const[] 85 i = wrtext(contin); |
/src/sys/arch/alpha/stand/common/ | |
prom_swpal.S | 108 lda a1, contin 113 contin: ldq pv, 0(sp) label |
/src/games/backgammon/backgammon/ | |
main.c | 63 static const char *const contin[] = { /* pause message */ variable in typeref:typename:const char * const[] 136 wrtext(contin); 225 wrtext(contin); |
/src/usr.sbin/rpc.bootparamd/ | |
bootparamd.c | 320 int contin = 0; local in function:lookup_bootparam 327 int wascontin = contin; 328 contin = buf[strlen(buf) - 2] == '\\'; 334 contin *= -1; 338 contin *= -1; 354 contin *= -1; 415 contin *= -1; |
/src/bin/ksh/ | |
history.c | 702 int contin = 0; /* continuation of previous command */ local in function:hist_init 715 if (contin) 722 contin = end == &hline[nread]; |