Searched defs:original (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_nic.c | 649 efx_oword_t original; local 659 EFSYS_BAR_READO(enp->en_esbp, rsp->address, &original, 667 reg = original; 699 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &original, 714 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &original, B_TRUE);
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | spellprog.c | 231 static char original[LINE_MAX]; variable 238 * the buffer size 141 stems from the sizes of original and affix. 358 for (cp = word, dp = original; cp < ep; ) 371 for (cp = original+1, dp = word+1; dp < ep; dp++, cp++) 379 for (cp = original, dp = word; *dp = *cp++; dp++) 384 (void) fprintf(file, "%s\n", original); 389 (void) fprintf(file, "%s-\n", original); 393 original);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 127 char original; /* this is not a duplicate entry */ member in struct:person 343 p->original = 1; 364 if (!p->original) 383 new->original = 1; 387 p->original = 0; 429 new->original = 0;
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 308 SigAction original; /* The signal disposition of the calling program */ member in struct:GlSignalNode 715 * Put the terminal into raw input mode, after saving the original 2516 if(sigaction(sig->signo, &act, &sig->original)) { 2556 sigaction(sig->signo, &sig->original, NULL)) { 3039 * The original and replacement characters have the same width, 3049 * Overwrite the original character. 3073 int buff_curpos; /* The original value of gl->buff_curpos */ 3074 int term_curpos; /* The original value of gl->term_curpos */ 3448 (void) sigaction(sig->signo, &sig->original, &keep_action); 4536 * Delete from the new cursor position to the original on [all...] |
Completed in 86 milliseconds